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