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 --- libsowatch/watchserver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libsowatch/watchserver.h') diff --git a/libsowatch/watchserver.h b/libsowatch/watchserver.h index 91f9b4e..67fcb81 100644 --- a/libsowatch/watchserver.h +++ b/libsowatch/watchserver.h @@ -35,6 +35,7 @@ public: void addWatchlet(Watchlet *watchlet); void insertWatchlet(int position, Watchlet *watchlet); + void moveWatchlet(const Watchlet *watchlet, int to); void removeWatchlet(const Watchlet *watchlet); void addProvider(NotificationProvider *provider); -- cgit v1.2.3