Salome HOME
Issue #475 #451 correct detection of variables in the ParamSpinBox
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetLabel.h
index 17add93100032497e6b12d1b59a5ac6c395011a8..62fb2d2e82d57eb3b292f4318d8efa2536e03280 100644 (file)
@@ -46,7 +46,7 @@ Q_OBJECT
 protected:
   /// Saves the internal parameters to the given feature
   /// \return True in success
-  virtual bool storeValue() const
+  virtual bool storeValueCustom() const
   {
     return true;
   }