mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
* Fixed XspfUpdater for headless.
This commit is contained in:
@@ -77,15 +77,20 @@ XspfUpdater::XspfUpdater( const playlist_ptr& pl, int interval, bool autoUpdate,
|
|||||||
|
|
||||||
|
|
||||||
XspfUpdater::~XspfUpdater()
|
XspfUpdater::~XspfUpdater()
|
||||||
{}
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef ENABLE_HEADLESS
|
||||||
|
|
||||||
QWidget*
|
QWidget*
|
||||||
XspfUpdater::configurationWidget() const
|
XspfUpdater::configurationWidget() const
|
||||||
{
|
{
|
||||||
return m_toggleCheckbox;
|
return m_toggleCheckbox;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
XspfUpdater::updateNow()
|
XspfUpdater::updateNow()
|
||||||
|
Reference in New Issue
Block a user