diff options
Diffstat (limited to 'qmsgwatchlet/qmsgwatchlet.h')
-rw-r--r-- | qmsgwatchlet/qmsgwatchlet.h | 18 |
1 files changed, 18 insertions, 0 deletions
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 <sowatch.h> + +namespace sowatch +{ + +class QMsgWatchlet : public DeclarativeWatchlet +{ + Q_OBJECT +public: + explicit QMsgWatchlet(WatchServer* server); +}; + +} + +#endif // QMSGWATCHLET_H |