diff options
Diffstat (limited to 'collectionwidget.h')
-rw-r--r-- | collectionwidget.h | 1 |
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; |