From 3a755f46d9cf6e3650d40a960d0d0db8c1ad9fa1 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 17 Sep 2011 03:03:23 +0200 Subject: preparing for library package --- declarativewatchlet.h | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 declarativewatchlet.h (limited to 'declarativewatchlet.h') diff --git a/declarativewatchlet.h b/declarativewatchlet.h deleted file mode 100644 index 1e94007..0000000 --- a/declarativewatchlet.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef DECLARATIVEWATCHLET_H -#define DECLARATIVEWATCHLET_H - -#include -#include -#include -#include "graphicswatchlet.h" - -namespace sowatch -{ - -class DeclarativeWatchWrapper; - -class DeclarativeWatchlet : public GraphicsWatchlet -{ - Q_OBJECT -public: - explicit DeclarativeWatchlet(WatchServer* server, const QString& id); - - void setSource(const QUrl& url); - -protected slots: - void handleComponentStatus(QDeclarativeComponent::Status status); - -protected: - void activate(); - void deactivate(); - - static bool _registered; - QDeclarativeEngine* _engine; - QDeclarativeComponent* _component; - QDeclarativeItem* _item; - DeclarativeWatchWrapper* _wrapper; - -}; - -} - -#endif // DECLARATIVEWATCHLET_H -- cgit v1.2.3