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()
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
#ifndef ENABLE_HEADLESS
|
||||
|
||||
QWidget*
|
||||
XspfUpdater::configurationWidget() const
|
||||
{
|
||||
return m_toggleCheckbox;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
void
|
||||
XspfUpdater::updateNow()
|
||||
|
Reference in New Issue
Block a user