diff options
Diffstat (limited to 'qorgwatchlet/qorgwatchlet.h')
-rw-r--r-- | qorgwatchlet/qorgwatchlet.h | 22 |
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 |