diff options
Diffstat (limited to 'collectionwidget.h')
-rw-r--r-- | collectionwidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/collectionwidget.h b/collectionwidget.h index fe4a086..e910e57 100644 --- a/collectionwidget.h +++ b/collectionwidget.h @@ -24,6 +24,9 @@ class CollectionWidget : public QWidget { void enableSorting(int column = 0, Qt::SortOrder sortOrder = Qt::AscendingOrder); QActionGroup *customActions() { return mCustomActions; } + signals: + void message(const QString &msg); + public slots: virtual void populate() { return; } virtual void expandFirst(QSortFilterProxyModel *proxy); |