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 /declarativewatchlet.h | |
parent | aa1c0fd3146b4ed055d181c99d52463afa6bedbb (diff) | |
download | sowatch-b6060852c4b317cd73043cdc82b652d187d952fd.tar.gz sowatch-b6060852c4b317cd73043cdc82b652d187d952fd.zip |
Fixing some bugs in damage tracking on real N950
Diffstat (limited to 'declarativewatchlet.h')
-rw-r--r-- | declarativewatchlet.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/declarativewatchlet.h b/declarativewatchlet.h index bd42841..1e94007 100644 --- a/declarativewatchlet.h +++ b/declarativewatchlet.h @@ -19,17 +19,13 @@ public: void setSource(const QUrl& url); - void activate(); - void deactivate(); - -signals: - -public slots: - protected slots: void handleComponentStatus(QDeclarativeComponent::Status status); protected: + void activate(); + void deactivate(); + static bool _registered; QDeclarativeEngine* _engine; QDeclarativeComponent* _component; |