1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 21:57:41 +02:00

Fix loading zeroconf with qt5

This commit is contained in:
Dominik Schmidt
2013-05-25 19:05:21 +02:00
committed by Uwe L. Korn
parent ea5f25951c
commit f542c4846a

View File

@@ -32,8 +32,10 @@ namespace Accounts
class ACCOUNTDLLEXPORT ZeroconfFactory : public AccountFactory class ACCOUNTDLLEXPORT ZeroconfFactory : public AccountFactory
{ {
Q_PLUGIN_METADATA( IID "org.tomahawk-player.Player.AccountFactory" )
Q_OBJECT Q_OBJECT
Q_INTERFACES( Tomahawk::Accounts::AccountFactory ) Q_INTERFACES( Tomahawk::Accounts::AccountFactory )
public: public:
ZeroconfFactory(); ZeroconfFactory();
virtual ~ZeroconfFactory(); virtual ~ZeroconfFactory();