fix crashes after ListView navigation
This commit is contained in:
parent
db5d289edc
commit
dac45a9f7f
2 changed files with 16 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue