diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-19 17:49:36 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-19 17:49:36 +0200 |
commit | 0bb38d4e1b84a11e8fdfaae2e46b66c101fda40e (patch) | |
tree | e0033617bfbc158de0eae4700963af976b686d50 /qmapwatchlet/compasswatchlet.h | |
parent | c64d7392c2e2ae51547788252e8c83ce5480fe49 (diff) | |
download | sowatch-0bb38d4e1b84a11e8fdfaae2e46b66c101fda40e.tar.gz sowatch-0bb38d4e1b84a11e8fdfaae2e46b66c101fda40e.zip |
preparing new compass watchlet
Diffstat (limited to 'qmapwatchlet/compasswatchlet.h')
-rw-r--r-- | qmapwatchlet/compasswatchlet.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/qmapwatchlet/compasswatchlet.h b/qmapwatchlet/compasswatchlet.h new file mode 100644 index 0000000..185205b --- /dev/null +++ b/qmapwatchlet/compasswatchlet.h @@ -0,0 +1,20 @@ +#ifndef TRIPWATCHLET_H +#define TRIPWATCHLET_H + +#include <sowatch.h> + +namespace sowatch +{ + +class TripWatchlet : public DeclarativeWatchlet +{ + Q_OBJECT +public: + explicit TripWatchlet(WatchServer* server); + + static const QLatin1String myId; +}; + +} + +#endif // TRIPWATCHLET_H |