show child list on click

This commit is contained in:
Anika Raemer 2018-10-19 20:41:14 +02:00
parent 99a2d118c8
commit 0b9e8fa067
4 changed files with 29 additions and 4 deletions

View file

@ -25,7 +25,10 @@ private:
NavigationListModel* mNavList;
QString mRootPath = ".";
QQmlContext* mContext;
QQmlContext* mContext = Q_NULLPTR;
private slots:
void onNavigationRequest();
};
#endif // NAVIGATIONCONTROLLER_H