summaryrefslogtreecommitdiffstats
path: root/collectionalbumsview.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 /collectionalbumsview.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 'collectionalbumsview.h')
-rw-r--r--collectionalbumsview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectionalbumsview.h b/collectionalbumsview.h
index 1e8187e..1638cdb 100644
--- a/collectionalbumsview.h
+++ b/collectionalbumsview.h
@@ -4,6 +4,7 @@
#include "collectionwidget.h"
class CollectionAlbumsView : public CollectionWidget {
+ Q_OBJECT
public:
CollectionAlbumsView(QWidget *parent = nullptr);