summaryrefslogtreecommitdiffstats
path: root/collectionfoldersview.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-02-18 09:03:17 +0100
committerArno <arno@disconnect.de>2018-02-18 09:03:17 +0100
commitc59d7c772634e0095bb8c235c3f88801d2728b3f (patch)
tree55465b496fb819faa960b0dd61ce32fe52e1e972 /collectionfoldersview.h
parenta80fe1e9dc3a16d9c41d40065768315237b8091f (diff)
downloadBeetPlayer-c59d7c772634e0095bb8c235c3f88801d2728b3f.tar.gz
BeetPlayer-c59d7c772634e0095bb8c235c3f88801d2728b3f.tar.bz2
BeetPlayer-c59d7c772634e0095bb8c235c3f88801d2728b3f.zip
Implement navigating Folders again
Diffstat (limited to 'collectionfoldersview.h')
-rw-r--r--collectionfoldersview.h1
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;