diff options
Diffstat (limited to 'libsowatch/watchlet.h')
-rw-r--r-- | libsowatch/watchlet.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |