summaryrefslogtreecommitdiff
path: root/libsowatch/testdeclarativewatchlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/testdeclarativewatchlet.h')
-rw-r--r--libsowatch/testdeclarativewatchlet.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/libsowatch/testdeclarativewatchlet.h b/libsowatch/testdeclarativewatchlet.h
new file mode 100644
index 0000000..b7b6dcd
--- /dev/null
+++ b/libsowatch/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