From f520217f5178c3eea15c1ddaf9e8e40381d7bfbe Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 8 Jun 2012 20:07:01 +0200 Subject: [PATCH] * Fixed XspfUpdater for headless. --- src/libtomahawk/playlist/XspfUpdater.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/libtomahawk/playlist/XspfUpdater.cpp b/src/libtomahawk/playlist/XspfUpdater.cpp index 22c43fd4a..879184ba2 100644 --- a/src/libtomahawk/playlist/XspfUpdater.cpp +++ b/src/libtomahawk/playlist/XspfUpdater.cpp @@ -77,15 +77,20 @@ XspfUpdater::XspfUpdater( const playlist_ptr& pl, int interval, bool autoUpdate, XspfUpdater::~XspfUpdater() -{} +{ +} +#ifndef ENABLE_HEADLESS + QWidget* XspfUpdater::configurationWidget() const { return m_toggleCheckbox; } +#endif + void XspfUpdater::updateNow()