1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01: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*
SipPlugin::menu()
{
return 0;
}
#endif
Tomahawk::Accounts::Account*
SipPlugin::account() const