From 7881eb8318a94b10fbea8129f8086c4143b5139a Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 18 Sep 2013 12:49:15 +0000 Subject: [PATCH] Storing/restoring selection during the module update. --- src/HYDROGUI/HYDROGUI_Module.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/HYDROGUI/HYDROGUI_Module.h b/src/HYDROGUI/HYDROGUI_Module.h index 453b9e47..2fe241ce 100644 --- a/src/HYDROGUI/HYDROGUI_Module.h +++ b/src/HYDROGUI/HYDROGUI_Module.h @@ -134,6 +134,9 @@ private: bool setUpdateEnabled( const bool theState ); bool isUpdateEnabled() const; + QStringList storeSelection() const; + void restoreSelection( const QStringList& theEntryList ); + private: void createActions(); void createMenus(); -- 2.39.2