1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

Add Q_PLUGIN_METADATA to AccountFactories

This commit is contained in:
Uwe L. Korn
2013-08-13 10:58:50 +00:00
parent 5f1ddca1f5
commit c3a0eaddc5
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ class ACCOUNTDLLEXPORT GoogleWrapperFactory : public XmppAccountFactory
{ {
Q_OBJECT Q_OBJECT
Q_INTERFACES( Tomahawk::Accounts::AccountFactory ) Q_INTERFACES( Tomahawk::Accounts::AccountFactory )
Q_PLUGIN_METADATA( IID "org.tomahawk-player.Player.AccountFactory" )
public: public:
GoogleWrapperFactory() {} GoogleWrapperFactory() {}

View File

@@ -41,6 +41,7 @@ class ACCOUNTDLLEXPORT XmppAccountFactory : public AccountFactory
{ {
Q_OBJECT Q_OBJECT
Q_INTERFACES( Tomahawk::Accounts::AccountFactory ) Q_INTERFACES( Tomahawk::Accounts::AccountFactory )
Q_PLUGIN_METADATA( IID "org.tomahawk-player.Player.AccountFactory" )
// for settings access // for settings access
friend class XmppConfigWidget; friend class XmppConfigWidget;