1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 14:46:33 +02:00

Fix loading zeroconf with qt5

This commit is contained in:
Dominik Schmidt
2013-05-25 19:05:21 +02:00
parent 578c89c1b2
commit cf7404bdfb

View File

@@ -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();