refactored item type; moved navigation to qml component

This commit is contained in:
Anika Raemer 2018-10-20 17:34:08 +02:00
parent a32fd01e81
commit bf145a9be9
7 changed files with 54 additions and 55 deletions

View file

@ -19,7 +19,7 @@ public:
private:
void setContextProperties();
void add(const QString & path, NavigationItemModel* parentItem, bool isCircleDelegate);
void add(const QString & path, NavigationItemModel* parentItem);
NavigationItemModel* mRootItem;
NavigationListModel* mNavList;