diff options
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/playerwidget.h b/playerwidget.h index 5f9210c..383cbc3 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -29,6 +29,8 @@ class PlayerWidget : public QWidget { void doPopulateByAlbum(); void doPopulateByGenre(); void doPopulateBySong(); + void doPopulateByFolder(QString dir = QString()); + void viewDoubleClicked(const QModelIndex &idx); void doFilter(); void clearFilter(); void reindex(); @@ -66,7 +68,8 @@ class PlayerWidget : public QWidget { BeetView *mView; QStandardItemModel *mViewModel; QStandardItemModel *mSearchModel; - QStandardItemModel *currentModel; + QStandardItemModel *mCurrentModel; + QStandardItemModel *mFolderModel; QLabel *mNowPlayingL; QSlider *mSongSlider; QLabel *mPos; |