From dbf84303c4c651dfd061eff721a028cfd73e3b8b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Nov 2023 02:19:25 +0900 Subject: Replaced various '#define' with actual strings - part 4 Signed-off-by: Michele Calgaro --- src/controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/controller.cpp') 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(m_widgetWithSelection); + GUI::ListView* view = ::tqt_cast(m_widgetWithSelection); if(!view) { return; } -- cgit v1.2.3