Salome HOME
Optimize the flushing: this improvement speed ups the unit test for 3-4 times
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetBoolValue.h
index 1c13e0458ce9b5d998eedce6e638b2a485e558e1..b100c4ffe4cd43b6886a42aeb93c75f12fb36372 100644 (file)
@@ -31,8 +31,6 @@ Q_OBJECT
 
   virtual ~ModuleBase_WidgetBoolValue();
 
-  virtual bool restoreValue();
-
   virtual QList<QWidget*> getControls() const;
 
   virtual void setHighlighted(bool isHighlighted);
@@ -42,6 +40,8 @@ protected:
   /// \return True in success
   virtual bool storeValueCustom() const;
 
+  virtual bool restoreValueCustom();
+
  private:
    /// The check box
   QCheckBox* myCheckBox;