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