summaryrefslogtreecommitdiff
path: root/daemon/notificationmanager.h
diff options
context:
space:
mode:
authorPhilipp Andreas <github@smurfy.de>2014-07-12 19:07:33 +0200
committerPhilipp Andreas <github@smurfy.de>2014-07-12 19:15:58 +0200
commitc911932934f0a7d8bf1c252be4a3e718859b3b09 (patch)
tree63b76815b27c46a79eff8d288d3701d59d54a1f4 /daemon/notificationmanager.h
parent851dfd95c158607a25c35ce25f97f80a3f57ad74 (diff)
Adding basic Mitakuuluu support, started reading the notification category, a bit cleanup
Diffstat (limited to 'daemon/notificationmanager.h')
-rw-r--r--daemon/notificationmanager.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/daemon/notificationmanager.h b/daemon/notificationmanager.h
index 45ae090..d2640eb 100644
--- a/daemon/notificationmanager.h
+++ b/daemon/notificationmanager.h
@@ -7,6 +7,8 @@
#include <QDBusInterface>
#include <QDBusPendingCallWatcher>
+typedef QHash<QString, QString> QStringHash;
+
class NotificationManager : public QObject
{
Q_OBJECT
@@ -34,7 +36,8 @@ protected Q_SLOTS:
private:
class NotificationManagerPrivate *d_ptr;
- QString detectCleanAppname(QString app_name);
+ QString getCleanAppName(QString app_name);
+ QStringHash getCategoryParams(QString category);
Q_DISABLE_COPY(NotificationManager)
Q_DECLARE_PRIVATE(NotificationManager)