diff options
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotify.h')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/General/kdenotify/kdenotify.h b/src/plugins/General/kdenotify/kdenotify.h index 1d2466d9f..652e111eb 100644 --- a/src/plugins/General/kdenotify/kdenotify.h +++ b/src/plugins/General/kdenotify/kdenotify.h @@ -21,6 +21,9 @@ #ifndef KDENOTIFY_H #define KDENOTIFY_H +#include <QList> +#include <QVariant> + #include "qmmpui/general.h" #include "qmmp/qmmp.h" @@ -34,8 +37,11 @@ public: ~KdeNotify(); private: + QList<QVariant> prepareNotification(); QDBusInterface *notifier; + QString m_ConfigDir; int m_NotifyDelay; + bool m_ShowCovers; private slots: void showMetaData(); |
