diff options
author | Arno <arno@disconnect.de> | 2018-02-18 09:03:17 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-18 09:03:17 +0100 |
commit | c59d7c772634e0095bb8c235c3f88801d2728b3f (patch) | |
tree | 55465b496fb819faa960b0dd61ce32fe52e1e972 /collectionfoldersview.h | |
parent | a80fe1e9dc3a16d9c41d40065768315237b8091f (diff) | |
download | BeetPlayer-c59d7c772634e0095bb8c235c3f88801d2728b3f.tar.gz BeetPlayer-c59d7c772634e0095bb8c235c3f88801d2728b3f.tar.bz2 BeetPlayer-c59d7c772634e0095bb8c235c3f88801d2728b3f.zip |
Implement navigating Folders again
Diffstat (limited to 'collectionfoldersview.h')
-rw-r--r-- | collectionfoldersview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/collectionfoldersview.h b/collectionfoldersview.h index a84b4cc..dae87cf 100644 --- a/collectionfoldersview.h +++ b/collectionfoldersview.h @@ -11,6 +11,7 @@ class CollectionFoldersView : public CollectionWidget { public slots: virtual void populate(); virtual void readSettings(); + void itemDoubleCliced(const QModelIndex &idx); private: QString mCurrentFolder; |