From 850ab1c5789f7c7688fd4f1f74b530247d57b570 Mon Sep 17 00:00:00 2001 From: Cyril Anisimov Date: Wed, 30 Oct 2024 13:13:24 +0100 Subject: [PATCH] fix for build for mac --- client/ui/controllers/listViewFocusController.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/ui/controllers/listViewFocusController.cpp b/client/ui/controllers/listViewFocusController.cpp index a1ae590d9..9d41363b4 100644 --- a/client/ui/controllers/listViewFocusController.cpp +++ b/client/ui/controllers/listViewFocusController.cpp @@ -143,7 +143,8 @@ int ListViewFocusController::currentIndex() const void ListViewFocusController::nextDelegate() { - qDebug() << "===>> [nextDelegate... current section: " << SectionNames[static_cast(m_currentSection)] << " ]"; + const auto sectionName = SectionNames[static_cast(m_currentSection)]; + qDebug() << "===>> [nextDelegate... current section: " << sectionName << " ]"; switch(m_currentSection) { case Section::Default: { if(hasHeader()) {