summaryrefslogtreecommitdiff
path: root/qorgwatchlet/qorgwatchlet.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-03 21:15:59 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-03 21:15:59 +0200
commit7897ec1596a4348cd926eff7c1d4f03616ed535c (patch)
treec21374cfcf613198dd52e39e89be982a10263fc8 /qorgwatchlet/qorgwatchlet.h
parent9e061170b3834845910749c55eda63f03d982bbf (diff)
downloadsowatch-7897ec1596a4348cd926eff7c1d4f03616ed535c.tar.gz
sowatch-7897ec1596a4348cd926eff7c1d4f03616ed535c.zip
preparing new qorgwatchlet
Diffstat (limited to 'qorgwatchlet/qorgwatchlet.h')
-rw-r--r--qorgwatchlet/qorgwatchlet.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/qorgwatchlet/qorgwatchlet.h b/qorgwatchlet/qorgwatchlet.h
new file mode 100644
index 0000000..6fa331c
--- /dev/null
+++ b/qorgwatchlet/qorgwatchlet.h
@@ -0,0 +1,22 @@
+#ifndef QMSGWATCHLET_H
+#define QMSGWATCHLET_H
+
+#include <QtMessaging/QMessageService>
+#include <sowatch.h>
+
+namespace sowatch
+{
+
+class QMsgWatchlet : public DeclarativeWatchlet
+{
+ Q_OBJECT
+public:
+ explicit QMsgWatchlet(WatchServer* server);
+
+private:
+ QtMobility::QMessageService *_qms;
+};
+
+}
+
+#endif // QMSGWATCHLET_H