From c752ccafd8d826b3c0c9140e89ece09e90b34cb1 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Wed, 15 Aug 2012 15:48:47 +0200 Subject: avoid reloading watchlets when changing order only --- sowatchd/watchhandler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sowatchd/watchhandler.h') 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(); -- cgit v1.2.3