summaryrefslogtreecommitdiff
path: root/testwatchlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'testwatchlet.h')
-rw-r--r--testwatchlet.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/testwatchlet.h b/testwatchlet.h
deleted file mode 100644
index caa68da..0000000
--- a/testwatchlet.h
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef TESTWATCHLET_H
-#define TESTWATCHLET_H
-
-#include <QtCore/QTimer>
-#include "watchlet.h"
-
-namespace sowatch
-{
-
-class TestWatchlet : public Watchlet
-{
- Q_OBJECT
-public:
- explicit TestWatchlet(WatchServer* server);
-
-protected slots:
- void interv();
- void handleActivated();
- void handleDeactivated();
-
-private:
- QTimer *_timer;
- int _y;
-
-};
-
-}
-
-#endif // TESTWATCHLET_H