diff options
author | Arno <arno@disconnect.de> | 2018-02-18 08:24:34 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-18 08:24:34 +0100 |
commit | 2c720f3c54b054db348b8107f14362ce1fb2d430 (patch) | |
tree | 2795d596433c52ddd240d54a8fca3634e7199f21 /collectionfoldersview.h | |
parent | 86f37ba0a6f0e9ef0a7c49e5d79d942386ca2e22 (diff) | |
download | BeetPlayer-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 'collectionfoldersview.h')
-rw-r--r-- | collectionfoldersview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/collectionfoldersview.h b/collectionfoldersview.h index 20c041f..a84b4cc 100644 --- a/collectionfoldersview.h +++ b/collectionfoldersview.h @@ -4,6 +4,7 @@ #include "collectionwidget.h" class CollectionFoldersView : public CollectionWidget { + Q_OBJECT public: CollectionFoldersView(QWidget *parent = nullptr); |