summaryrefslogtreecommitdiff
path: root/declarativewatchlet.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-16 20:51:27 +0200
committerJavier <javier@pcjavier.(none)>2011-09-16 20:51:27 +0200
commitb6060852c4b317cd73043cdc82b652d187d952fd (patch)
treea5795eb33379e7172cd16962c131b8bac8db16da /declarativewatchlet.h
parentaa1c0fd3146b4ed055d181c99d52463afa6bedbb (diff)
downloadsowatch-b6060852c4b317cd73043cdc82b652d187d952fd.tar.gz
sowatch-b6060852c4b317cd73043cdc82b652d187d952fd.zip
Fixing some bugs in damage tracking on real N950
Diffstat (limited to 'declarativewatchlet.h')
-rw-r--r--declarativewatchlet.h10
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;