diff options
| author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-27 20:22:49 +0200 |
|---|---|---|
| committer | Javier S. Pedro <maemo@javispedro.com> | 2011-09-27 20:22:49 +0200 |
| commit | 64662ecc6ea6b5296ea77d83eac6eb1372afac01 (patch) | |
| tree | c32745b57e9f65c9aff83717ea930de06c853577 /qmapwatchlet/qmapwatchlet.h | |
| parent | 754d02ae6f8d19e64a36cee970a7e364b5b295de (diff) | |
| download | sowatch-64662ecc6ea6b5296ea77d83eac6eb1372afac01.tar.gz sowatch-64662ecc6ea6b5296ea77d83eac6eb1372afac01.zip | |
new crappy map watchlet
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 |
