1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00

* Fixed XspfUpdater for headless.

This commit is contained in:
Christian Muehlhaeuser
2012-06-08 20:07:01 +02:00
parent c02edee100
commit f520217f51

View File

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