diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:19:25 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 17:31:57 +0900 |
| commit | 1ff93d9ecc8ec5e4aded6713d64d8d18d98feaf0 (patch) | |
| tree | 049aae2c9554a619322eb0775a2a17489951e2af /src/controller.cpp | |
| parent | 211ad8746b45efc702311df0c0ffef5efd312340 (diff) | |
| download | tellico-1ff93d9ecc8ec5e4aded6713d64d8d18d98feaf0.tar.gz tellico-1ff93d9ecc8ec5e4aded6713d64d8d18d98feaf0.zip | |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dbf84303c4c651dfd061eff721a028cfd73e3b8b)
Diffstat (limited to 'src/controller.cpp')
| -rw-r--r-- | src/controller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.cpp b/src/controller.cpp index 904b124..a99cca9 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -336,7 +336,7 @@ void Controller::goEntrySibling(EntryDirection dir_) { return; } // find the widget that has an entry selected - GUI::ListView* view = ::tqqt_cast<GUI::ListView*>(m_widgetWithSelection); + GUI::ListView* view = ::tqt_cast<GUI::ListView*>(m_widgetWithSelection); if(!view) { return; } |
