diff options
Diffstat (limited to 'qmapwatchlet/qmapwatchlet.h')
-rw-r--r-- | qmapwatchlet/qmapwatchlet.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/qmapwatchlet/qmapwatchlet.h b/qmapwatchlet/qmapwatchlet.h new file mode 100644 index 0000000..ae8e7ea --- /dev/null +++ b/qmapwatchlet/qmapwatchlet.h @@ -0,0 +1,18 @@ +#ifndef QMAPWATCHLET_H +#define QMAPWATCHLET_H + +#include <sowatch.h> + +namespace sowatch +{ + +class QMapWatchlet : public DeclarativeWatchlet +{ + Q_OBJECT +public: + explicit QMapWatchlet(WatchServer* server); +}; + +} + +#endif // QMAPWATCHLET_H |