1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

* Fixed SipPlugin for headless.

This commit is contained in:
Christian Muehlhaeuser
2012-06-08 20:02:17 +02:00
parent 973436a09b
commit 320182427f

View File

@@ -58,12 +58,16 @@ SipPlugin::serviceName() const
} }
#ifndef ENABLE_HEADLESS
QMenu* QMenu*
SipPlugin::menu() SipPlugin::menu()
{ {
return 0; return 0;
} }
#endif
Tomahawk::Accounts::Account* Tomahawk::Accounts::Account*
SipPlugin::account() const SipPlugin::account() const