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:
@@ -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() {}
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user