summaryrefslogtreecommitdiffstats
path: root/collectionwidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-05-11 20:43:46 +0200
committerArno <arno@disconnect.de>2018-05-11 20:43:46 +0200
commitd8749da92d94981efb77820d61d2547a168679d6 (patch)
tree81357c601a427475fd63ff483468a809dca57709 /collectionwidget.h
parent6ebcf9f1c7499ed577f18b999ec38ce1c50659af (diff)
downloadBeetPlayer-d8749da92d94981efb77820d61d2547a168679d6.tar.gz
BeetPlayer-d8749da92d94981efb77820d61d2547a168679d6.tar.bz2
BeetPlayer-d8749da92d94981efb77820d61d2547a168679d6.zip
Expand the level when filtering
E.g., expand the artist to albums.
Diffstat (limited to 'collectionwidget.h')
-rw-r--r--collectionwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectionwidget.h b/collectionwidget.h
index d464054..fe4a086 100644
--- a/collectionwidget.h
+++ b/collectionwidget.h
@@ -26,6 +26,7 @@ class CollectionWidget : public QWidget {
public slots:
virtual void populate() { return; }
+ virtual void expandFirst(QSortFilterProxyModel *proxy);
private:
BeetView *mView;