Salome HOME
Make ModuleBase_ModelWidget::restoreValue() non-virtual and create virtual ModuleBase...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetLineEdit.h
index 067185cdd2ee565a70355eb7698a403237150ba9..624bdf9175f54c10b5af6feb2fc7b13005f979c6 100644 (file)
@@ -38,8 +38,6 @@ class MODULEBASE_EXPORT ModuleBase_WidgetLineEdit : public ModuleBase_ModelWidge
                                 const std::string& theParentId);
   virtual ~ModuleBase_WidgetLineEdit();
 
-  virtual bool restoreValue();
-
   virtual QList<QWidget*> getControls() const;
 
  public slots:
@@ -51,6 +49,8 @@ protected:
   /// \return True in success
   virtual bool storeValueCustom() const;
 
+  virtual bool restoreValueCustom();
+
 private:
    /// A line edit control
   QLineEdit* myLineEdit;