diff options
Diffstat (limited to 'testdeclarativewatchlet.h')
-rw-r--r-- | testdeclarativewatchlet.h | 19 |
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 |