Salome HOME
Issue #1042 Sometimes when setting distance constraints, the input field is not displ...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetChoice.h
index 412821d2c475ef3865f089b2bda411f99a93cfb5..72f6df4cd2e15eebbe100559cd7b8e4d6f7ba0d8 100644 (file)
@@ -39,8 +39,6 @@ Q_OBJECT
 
   virtual ~ModuleBase_WidgetChoice();
   
-  virtual bool restoreValue();
-
   virtual bool focusTo();
 
   /// Returns list of widget controls
@@ -52,6 +50,8 @@ protected:
   /// \return True in success
   virtual bool storeValueCustom() const;
 
+  virtual bool restoreValueCustom();
+
 private slots:
   /// Slot called on combo box index change
   void onCurrentIndexChanged(int theIndex);