Fix compile without dbus
This commit is contained in:
@@ -100,7 +100,9 @@ class OSD : public QObject {
|
||||
QString ReplaceVariable(const QString &variable, const Song &song);
|
||||
|
||||
private slots:
|
||||
#if defined(HAVE_DBUS) && defined(HAVE_X11)
|
||||
void CallFinished(QDBusPendingCallWatcher *watcher);
|
||||
#endif
|
||||
void AlbumArtLoaded(const Song &song, const QString &uri, const QImage &image);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user