don't show folders that do not contain subfolders or audio files
hopefuly this will fix crash on RasPi
This commit is contained in:
parent
50deec22f1
commit
d251120275
7 changed files with 333 additions and 4 deletions
|
|
@ -22,6 +22,7 @@ public:
|
|||
private:
|
||||
void setContextProperties();
|
||||
void add(const QString & path, NavigationItemModel* parentItem);
|
||||
bool checkContent(const QString& path);
|
||||
|
||||
NavigationItemModel* mRootItem;
|
||||
NavigationListModel* mNavList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue