mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +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_INTERFACES( Tomahawk::Accounts::AccountFactory )
|
||||
Q_PLUGIN_METADATA( IID "org.tomahawk-player.Player.AccountFactory" )
|
||||
|
||||
public:
|
||||
GoogleWrapperFactory() {}
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user