diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-27 04:51:30 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-09-27 04:51:30 +0200 |
commit | a644a7cc6749f8dd5ca20589ee6e59acc2892b3e (patch) | |
tree | b995528dc14d1f58d9d7c958d1eaad855b2a2412 /libsowatch/testwatchlet.h | |
parent | 0822b88738e00625efd27ccca9119885272924d2 (diff) | |
download | sowatch-a644a7cc6749f8dd5ca20589ee6e59acc2892b3e.tar.gz sowatch-a644a7cc6749f8dd5ca20589ee6e59acc2892b3e.zip |
new qmafw watchlet
Diffstat (limited to 'libsowatch/testwatchlet.h')
-rw-r--r-- | libsowatch/testwatchlet.h | 29 |
1 files changed, 0 insertions, 29 deletions
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 <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 // SOWATCH_TESTWATCHLET_H |