diff options
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; } |