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