summaryrefslogtreecommitdiff
path: root/declarativewatchlet.h
diff options
context:
space:
mode:
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;