diff options
Diffstat (limited to 'sowatchd/watchhandler.h')
-rw-r--r-- | sowatchd/watchhandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sowatchd/watchhandler.h b/sowatchd/watchhandler.h index 39c1d17..83f0a67 100644 --- a/sowatchd/watchhandler.h +++ b/sowatchd/watchhandler.h @@ -22,6 +22,10 @@ public: signals: void statusChanged(); +private: + Watchlet* createWatchlet(const QString& id); + void deleteWatchletAt(int index); + private slots: void updateWatchlets(); void updateProviders(); |