From 1375a26b135547fdd8e07db62acf8116a8482560 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 30 Jan 2012 19:54:44 +0100 Subject: add a qt mobility messaging based watchlet --- qmsgwatchlet/qmsgwatchlet.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 qmsgwatchlet/qmsgwatchlet.h (limited to 'qmsgwatchlet/qmsgwatchlet.h') diff --git a/qmsgwatchlet/qmsgwatchlet.h b/qmsgwatchlet/qmsgwatchlet.h new file mode 100644 index 0000000..b731637 --- /dev/null +++ b/qmsgwatchlet/qmsgwatchlet.h @@ -0,0 +1,18 @@ +#ifndef QMSGWATCHLET_H +#define QMSGWATCHLET_H + +#include + +namespace sowatch +{ + +class QMsgWatchlet : public DeclarativeWatchlet +{ + Q_OBJECT +public: + explicit QMsgWatchlet(WatchServer* server); +}; + +} + +#endif // QMSGWATCHLET_H -- cgit v1.2.3