show child list on click
This commit is contained in:
parent
99a2d118c8
commit
0b9e8fa067
4 changed files with 29 additions and 4 deletions
|
|
@ -25,7 +25,10 @@ private:
|
|||
NavigationListModel* mNavList;
|
||||
QString mRootPath = ".";
|
||||
|
||||
QQmlContext* mContext;
|
||||
QQmlContext* mContext = Q_NULLPTR;
|
||||
|
||||
private slots:
|
||||
void onNavigationRequest();
|
||||
};
|
||||
|
||||
#endif // NAVIGATIONCONTROLLER_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue