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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user