]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SamplePanelPlugin/SamplePanelPlugin_ModelWidget.cpp
Salome HOME
1. Correction for perfomance problem by Apply button state update: do not listen...
[modules/shaper.git] / src / SamplePanelPlugin / SamplePanelPlugin_ModelWidget.cpp
index a5cf68391460e25c7831e89599e690fad3646352..4f6530e20f8856b997a356a210299d835994a9a4 100755 (executable)
@@ -48,7 +48,7 @@ QList<QWidget*> SamplePanelPlugin_ModelWidget::getControls() const
   return aControls;
 }
 
-bool SamplePanelPlugin_ModelWidget::storeValueCustom() const
+bool SamplePanelPlugin_ModelWidget::storeValueCustom()
 {
   AttributePtr anAttribute = myFeature->attribute(SamplePanelPlugin_Feature::VALUE_ID());
   AttributeIntegerPtr aValueAttribute =