]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_ModelWidget.cpp
Salome HOME
Bugfix: treat attribute as valid and initialized if it's default value is equual...
[modules/shaper.git] / src / ModuleBase / ModuleBase_ModelWidget.cpp
index 80c4cb856c00509eb93bc34b766d0f2c0668775b..6ad8f52054e0d506b402cffcfeb092dcceccf833 100644 (file)
@@ -17,7 +17,6 @@
 ModuleBase_ModelWidget::ModuleBase_ModelWidget(QObject* theParent, const Config_WidgetAPI* theData,
                                                const std::string& theParentId)
     : QObject(theParent),
-      myHasDefaultValue(false),
       myParentId(theParentId)
 {
   myAttributeID = theData ? theData->widgetId() : "";