diff --git a/src/accounts/zeroconf/ZeroconfAccount.h b/src/accounts/zeroconf/ZeroconfAccount.h index 2c9ff05ed..a6a40798f 100644 --- a/src/accounts/zeroconf/ZeroconfAccount.h +++ b/src/accounts/zeroconf/ZeroconfAccount.h @@ -32,8 +32,10 @@ namespace Accounts class ACCOUNTDLLEXPORT ZeroconfFactory : public AccountFactory { + Q_PLUGIN_METADATA( IID "org.tomahawk-player.Player.AccountFactory" ) Q_OBJECT Q_INTERFACES( Tomahawk::Accounts::AccountFactory ) + public: ZeroconfFactory(); virtual ~ZeroconfFactory();