summaryrefslogtreecommitdiff
path: root/metawatch/metawatchdigitalfacewatchlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'metawatch/metawatchdigitalfacewatchlet.h')
-rw-r--r--metawatch/metawatchdigitalfacewatchlet.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/metawatch/metawatchdigitalfacewatchlet.h b/metawatch/metawatchdigitalfacewatchlet.h
new file mode 100644
index 0000000..b4b92ca
--- /dev/null
+++ b/metawatch/metawatchdigitalfacewatchlet.h
@@ -0,0 +1,18 @@
+#ifndef METAWATCHDIGITALFACEWATCHLET_H
+#define METAWATCHDIGITALFACEWATCHLET_H
+
+#include <sowatch.h>
+
+namespace sowatch
+{
+
+class MetaWatchDigitalFaceWatchlet : public DeclarativeWatchlet
+{
+ Q_OBJECT
+public:
+ explicit MetaWatchDigitalFaceWatchlet(Watch* watch);
+};
+
+}
+
+#endif // METAWATCHDIGITALFACEWATCHLET_H