From c3a0eaddc555db5354ed4be61a72a52494dbc837 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Tue, 13 Aug 2013 10:58:50 +0000 Subject: [PATCH] Add Q_PLUGIN_METADATA to AccountFactories --- src/accounts/google/GoogleWrapper.h | 1 + src/accounts/xmpp/XmppAccount.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/accounts/google/GoogleWrapper.h b/src/accounts/google/GoogleWrapper.h index e5c7bc342..4af42f04f 100644 --- a/src/accounts/google/GoogleWrapper.h +++ b/src/accounts/google/GoogleWrapper.h @@ -32,6 +32,7 @@ class ACCOUNTDLLEXPORT GoogleWrapperFactory : public XmppAccountFactory { Q_OBJECT Q_INTERFACES( Tomahawk::Accounts::AccountFactory ) + Q_PLUGIN_METADATA( IID "org.tomahawk-player.Player.AccountFactory" ) public: GoogleWrapperFactory() {} diff --git a/src/accounts/xmpp/XmppAccount.h b/src/accounts/xmpp/XmppAccount.h index b0593b3c2..3ad3b44b1 100644 --- a/src/accounts/xmpp/XmppAccount.h +++ b/src/accounts/xmpp/XmppAccount.h @@ -41,6 +41,7 @@ class ACCOUNTDLLEXPORT XmppAccountFactory : public AccountFactory { Q_OBJECT Q_INTERFACES( Tomahawk::Accounts::AccountFactory ) + Q_PLUGIN_METADATA( IID "org.tomahawk-player.Player.AccountFactory" ) // for settings access friend class XmppConfigWidget;