aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/kdenotify/kdenotify.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-01-19 13:54:50 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-01-19 13:54:50 +0000
commit6623dcc7cd9f07571a0666d977955872ca159413 (patch)
treeb52049ebf42e595c688b1c939fea4942c22df437 /src/plugins/General/kdenotify/kdenotify.h
parenta2ad8e58276e02883b52b22c28eecb9c2d01f2c9 (diff)
downloadqmmp-6623dcc7cd9f07571a0666d977955872ca159413.tar.gz
qmmp-6623dcc7cd9f07571a0666d977955872ca159413.tar.bz2
qmmp-6623dcc7cd9f07571a0666d977955872ca159413.zip
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
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotify.h')
-rw-r--r--src/plugins/General/kdenotify/kdenotify.h6
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();