mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
Add Q_PLUGIN_METADATA to ViewPagePlugins
This commit is contained in:
@@ -91,6 +91,7 @@ class TOMAHAWK_VIEWPAGE_EXPORT Dashboard : public Tomahawk::ViewPageLazyLoader<
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
Q_INTERFACES( Tomahawk::ViewPagePlugin )
|
Q_INTERFACES( Tomahawk::ViewPagePlugin )
|
||||||
|
Q_PLUGIN_METADATA( IID "org.tomahawk-player.Player.ViewPagePlugin" )
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Dashboard( QWidget* parent = 0 );
|
Dashboard( QWidget* parent = 0 );
|
||||||
|
@@ -47,6 +47,7 @@ class TOMAHAWK_VIEWPAGE_EXPORT NetworkActivity : public Tomahawk::ViewPageLazyLo
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
Q_INTERFACES( Tomahawk::ViewPagePlugin )
|
Q_INTERFACES( Tomahawk::ViewPagePlugin )
|
||||||
|
Q_PLUGIN_METADATA( IID "org.tomahawk-player.Player.ViewPagePlugin" )
|
||||||
|
|
||||||
public:
|
public:
|
||||||
NetworkActivity() {}
|
NetworkActivity() {}
|
||||||
|
Reference in New Issue
Block a user