From 320182427f1c0425cb0b447a12758834c21f83f9 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 8 Jun 2012 20:02:17 +0200 Subject: [PATCH] * Fixed SipPlugin for headless. --- src/libtomahawk/sip/SipPlugin.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libtomahawk/sip/SipPlugin.cpp b/src/libtomahawk/sip/SipPlugin.cpp index 694bf03e0..ad1d296fa 100644 --- a/src/libtomahawk/sip/SipPlugin.cpp +++ b/src/libtomahawk/sip/SipPlugin.cpp @@ -58,12 +58,16 @@ SipPlugin::serviceName() const } +#ifndef ENABLE_HEADLESS + QMenu* SipPlugin::menu() { return 0; } +#endif + Tomahawk::Accounts::Account* SipPlugin::account() const