don't show folders that do not contain subfolders or audio files

hopefuly this will fix crash on RasPi
This commit is contained in:
Anika Raemer 2018-12-25 20:15:41 +01:00
parent 50deec22f1
commit d251120275
7 changed files with 333 additions and 4 deletions

View file

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