From cf5d24b94d96b722c6d76c2225293a56a50d3c2b Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 25 Sep 2011 04:53:46 +0200 Subject: watchlets working! --- libsowatch/declarativewatchlet.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libsowatch/declarativewatchlet.h') diff --git a/libsowatch/declarativewatchlet.h b/libsowatch/declarativewatchlet.h index 2cc4655..0dd7e23 100644 --- a/libsowatch/declarativewatchlet.h +++ b/libsowatch/declarativewatchlet.h @@ -2,6 +2,7 @@ #define SOWATCH_DECLARATIVEWATCHLET_H #include +#include #include #include #include "graphicswatchlet.h" @@ -20,6 +21,9 @@ public: void setSource(const QUrl& url); + QDeclarativeEngine* engine(); + QDeclarativeContext* rootContext(); + protected slots: void handleComponentStatus(QDeclarativeComponent::Status status); -- cgit v1.2.3