fix crashes after ListView navigation

This commit is contained in:
Cyril Anisimov 2024-10-21 20:43:05 +02:00
parent db5d289edc
commit dac45a9f7f
2 changed files with 16 additions and 4 deletions

View file

@ -44,6 +44,7 @@ private:
void focusNextListViewItem();
void focusPreviousListViewItem();
void reload(Direction direction);
void resetListView();
QSharedPointer<QQmlApplicationEngine> m_engine; // Pointer to engine to get root object
QList<QObject*> m_focusChain; // List of current objects to be focused