diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-16 20:51:27 +0200 |
---|---|---|
committer | Javier <javier@pcjavier.(none)> | 2011-09-16 20:51:27 +0200 |
commit | b6060852c4b317cd73043cdc82b652d187d952fd (patch) | |
tree | a5795eb33379e7172cd16962c131b8bac8db16da /testwatchlet.h | |
parent | aa1c0fd3146b4ed055d181c99d52463afa6bedbb (diff) | |
download | sowatch-b6060852c4b317cd73043cdc82b652d187d952fd.tar.gz sowatch-b6060852c4b317cd73043cdc82b652d187d952fd.zip |
Fixing some bugs in damage tracking on real N950
Diffstat (limited to 'testwatchlet.h')
-rw-r--r-- | testwatchlet.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/testwatchlet.h b/testwatchlet.h index 75568ca..caa68da 100644 --- a/testwatchlet.h +++ b/testwatchlet.h @@ -13,15 +13,10 @@ class TestWatchlet : public Watchlet public: explicit TestWatchlet(WatchServer* server); - void activate(); - void deactivate(); - -signals: - -public slots: - protected slots: void interv(); + void handleActivated(); + void handleDeactivated(); private: QTimer *_timer; |