summaryrefslogtreecommitdiff
path: root/testdeclarativewatchlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'testdeclarativewatchlet.h')
-rw-r--r--testdeclarativewatchlet.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/testdeclarativewatchlet.h b/testdeclarativewatchlet.h
new file mode 100644
index 0000000..b7b6dcd
--- /dev/null
+++ b/testdeclarativewatchlet.h
@@ -0,0 +1,19 @@
+#ifndef TESTDECLARATIVEWATCHLET_H
+#define TESTDECLARATIVEWATCHLET_H
+
+#include "declarativewatchlet.h"
+
+namespace sowatch
+{
+
+class TestDeclarativeWatchlet : public DeclarativeWatchlet
+{
+ Q_OBJECT
+public:
+ explicit TestDeclarativeWatchlet(WatchServer* server);
+
+};
+
+}
+
+#endif // TESTDECLARATIVEWATCHLET_H