From abdf3b1eaba8151f1b8e862750c38cb7a5411d2a Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 13 Aug 2012 21:31:52 +0200 Subject: make watchsimulator work again --- libsowatch/watchlet.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libsowatch/watchlet.h') diff --git a/libsowatch/watchlet.h b/libsowatch/watchlet.h index dad1ddc..f442086 100644 --- a/libsowatch/watchlet.h +++ b/libsowatch/watchlet.h @@ -23,6 +23,9 @@ public: WatchServer* server(); Watch* watch(); + const WatchServer* server() const; + const Watch* watch() const; + Q_INVOKABLE QString id() const; bool isActive() const; -- cgit v1.2.3