From a644a7cc6749f8dd5ca20589ee6e59acc2892b3e Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 27 Sep 2011 04:51:30 +0200 Subject: new qmafw watchlet --- libsowatch/testwatchlet.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 libsowatch/testwatchlet.h (limited to 'libsowatch/testwatchlet.h') diff --git a/libsowatch/testwatchlet.h b/libsowatch/testwatchlet.h deleted file mode 100644 index 6556724..0000000 --- a/libsowatch/testwatchlet.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef SOWATCH_TESTWATCHLET_H -#define SOWATCH_TESTWATCHLET_H - -#include -#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 // SOWATCH_TESTWATCHLET_H -- cgit v1.2.3