diff options
Diffstat (limited to 'qmsgwatchlet/qmsgwatchlet.h')
-rw-r--r-- | qmsgwatchlet/qmsgwatchlet.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qmsgwatchlet/qmsgwatchlet.h b/qmsgwatchlet/qmsgwatchlet.h index b731637..c2de7ec 100644 --- a/qmsgwatchlet/qmsgwatchlet.h +++ b/qmsgwatchlet/qmsgwatchlet.h @@ -1,6 +1,7 @@ #ifndef QMSGWATCHLET_H #define QMSGWATCHLET_H +#include <QtMessaging/QMessageService> #include <sowatch.h> namespace sowatch @@ -11,6 +12,9 @@ class QMsgWatchlet : public DeclarativeWatchlet Q_OBJECT public: explicit QMsgWatchlet(WatchServer* server); + +private: + QTM_PREPEND_NAMESPACE(QMessageService) _qms; }; } |