From a644a7cc6749f8dd5ca20589ee6e59acc2892b3e Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 27 Sep 2011 04:51:30 +0200 Subject: new qmafw watchlet --- libsowatch/watchlet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libsowatch/watchlet.h') diff --git a/libsowatch/watchlet.h b/libsowatch/watchlet.h index 7f3413d..dad1ddc 100644 --- a/libsowatch/watchlet.h +++ b/libsowatch/watchlet.h @@ -18,12 +18,13 @@ class SOWATCH_EXPORT Watchlet : public QObject public: explicit Watchlet(WatchServer *server, const QString& id); + virtual ~Watchlet(); WatchServer* server(); Watch* watch(); Q_INVOKABLE QString id() const; - Q_INVOKABLE bool isActive() const; + bool isActive() const; signals: void activeChanged(); -- cgit v1.2.3