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 /collectionwebradioview.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 'collectionwebradioview.h')
-rw-r--r-- | collectionwebradioview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/collectionwebradioview.h b/collectionwebradioview.h index e55ae6c..dd0952c 100644 --- a/collectionwebradioview.h +++ b/collectionwebradioview.h @@ -4,6 +4,7 @@ #include "collectionwidget.h" class CollectionWebradioView : public CollectionWidget { + Q_OBJECT public: CollectionWebradioView(QWidget *parent = nullptr); |