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