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