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:
committed by
Uwe L. Korn
parent
ea5f25951c
commit
f542c4846a
@@ -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();
|
||||||
|
Reference in New Issue
Block a user