From 6623dcc7cd9f07571a0666d977955872ca159413 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 19 Jan 2010 13:54:50 +0000 Subject: improved kde notification plugin (Artur Guzik) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1510 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/kdenotify/kdenotify.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/plugins/General/kdenotify/kdenotify.h') 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 +#include + #include "qmmpui/general.h" #include "qmmp/qmmp.h" @@ -34,8 +37,11 @@ public: ~KdeNotify(); private: + QList prepareNotification(); QDBusInterface *notifier; + QString m_ConfigDir; int m_NotifyDelay; + bool m_ShowCovers; private slots: void showMetaData(); -- cgit v1.2.3-13-gbd6f