add printSectionName method to listViewController

This commit is contained in:
Cyril Anisimov 2024-12-18 23:59:53 +01:00
parent 1029142b47
commit 14d67503a8
2 changed files with 10 additions and 2 deletions

View file

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