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