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