summaryrefslogtreecommitdiffstats
path: root/collectionwidgetproxy.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-02-18 08:24:34 +0100
committerArno <arno@disconnect.de>2018-02-18 08:24:34 +0100
commit2c720f3c54b054db348b8107f14362ce1fb2d430 (patch)
tree2795d596433c52ddd240d54a8fca3634e7199f21 /collectionwidgetproxy.h
parent86f37ba0a6f0e9ef0a7c49e5d79d942386ca2e22 (diff)
downloadBeetPlayer-2c720f3c54b054db348b8107f14362ce1fb2d430.tar.gz
BeetPlayer-2c720f3c54b054db348b8107f14362ce1fb2d430.tar.bz2
BeetPlayer-2c720f3c54b054db348b8107f14362ce1fb2d430.zip
Sprinkle Q_OBJECT here and there...
Well, all those Collection*Views are Q_OBJECTs of course, forgot to add the macro... :(
Diffstat (limited to 'collectionwidgetproxy.h')
-rw-r--r--collectionwidgetproxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectionwidgetproxy.h b/collectionwidgetproxy.h
index d67f615..0f8b372 100644
--- a/collectionwidgetproxy.h
+++ b/collectionwidgetproxy.h
@@ -4,6 +4,7 @@
#include <QSortFilterProxyModel>
class CollectionWidgetProxy : public QSortFilterProxyModel {
+ Q_OBJECT
public:
CollectionWidgetProxy(QObject *parent = nullptr);