From aa1c0fd3146b4ed055d181c99d52463afa6bedbb Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 16 Sep 2011 17:47:24 +0200 Subject: Initial import --- testwatchlet.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 testwatchlet.h (limited to 'testwatchlet.h') diff --git a/testwatchlet.h b/testwatchlet.h new file mode 100644 index 0000000..75568ca --- /dev/null +++ b/testwatchlet.h @@ -0,0 +1,34 @@ +#ifndef TESTWATCHLET_H +#define TESTWATCHLET_H + +#include +#include "watchlet.h" + +namespace sowatch +{ + +class TestWatchlet : public Watchlet +{ + Q_OBJECT +public: + explicit TestWatchlet(WatchServer* server); + + void activate(); + void deactivate(); + +signals: + +public slots: + +protected slots: + void interv(); + +private: + QTimer *_timer; + int _y; + +}; + +} + +#endif // TESTWATCHLET_H -- cgit v1.2.3