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()