remove debug output from ListViewFocusController

This commit is contained in:
Cyril Anisimov 2024-12-30 18:04:05 +01:00
parent caf29fb982
commit b25d911328
2 changed files with 1 additions and 17 deletions

View file

@ -54,8 +54,6 @@ private:
bool hasHeader() const;
bool hasFooter() const;
void printSectionName() const;
QQuickItem *m_listView;
QList<QObject *> m_focusChain;
Section m_currentSection;