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:
parent
973436a09b
commit
320182427f
@ -58,12 +58,16 @@ SipPlugin::serviceName() const
|
||||
}
|
||||
|
||||
|
||||
#ifndef ENABLE_HEADLESS
|
||||
|
||||
QMenu*
|
||||
SipPlugin::menu()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Tomahawk::Accounts::Account*
|
||||
SipPlugin::account() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user