From 24c7c2f6f1429103d922ef940c0e17a3d4778059 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 5 May 2013 01:44:40 +0200 Subject: ABI change: Watchlet now depends on Watch, not WatchServer --- libsowatch/declarativewatchwrapper.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libsowatch/declarativewatchwrapper.h') diff --git a/libsowatch/declarativewatchwrapper.h b/libsowatch/declarativewatchwrapper.h index 4cc0bf4..640dc04 100644 --- a/libsowatch/declarativewatchwrapper.h +++ b/libsowatch/declarativewatchwrapper.h @@ -19,7 +19,7 @@ class SOWATCH_EXPORT DeclarativeWatchWrapper : public QObject Q_PROPERTY(bool active READ active NOTIFY activeChanged) public: - explicit DeclarativeWatchWrapper(WatchServer *server, Watch *watch, QObject *parent = 0); + explicit DeclarativeWatchWrapper(Watch *watch, QObject *parent = 0); QString model() const; bool active() const; @@ -34,7 +34,6 @@ signals: void activeChanged(); private: - WatchServer *_server; Watch* _watch; bool _active; -- cgit v1.2.3