X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetEditor.cpp;h=9774a52bbb86c664001846b2e9cf190a42ad1fe3;hb=dc488f733ac5d7f70745b5764442aa2399bc3c63;hp=16d4c52cbc60bc9dbdf0de0e2ae3a5389695e69f;hpb=5d3cd989dcae90a9981d0d874e6fd75676db03d8;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetEditor.cpp b/src/ModuleBase/ModuleBase_WidgetEditor.cpp index 16d4c52cb..9774a52bb 100644 --- a/src/ModuleBase/ModuleBase_WidgetEditor.cpp +++ b/src/ModuleBase/ModuleBase_WidgetEditor.cpp @@ -25,13 +25,14 @@ #include ModuleBase_WidgetEditor::ModuleBase_WidgetEditor(QWidget* theParent, - const Config_WidgetAPI* theData) -: ModuleBase_WidgetDoubleValue(theParent, theData) + const Config_WidgetAPI* theData, + const std::string& theParentId) +: ModuleBase_WidgetDoubleValue(theParent, theData, theParentId) { } ModuleBase_WidgetEditor::ModuleBase_WidgetEditor(QWidget* theParent, const std::string& theAttribute) -: ModuleBase_WidgetDoubleValue(theParent, 0) +: ModuleBase_WidgetDoubleValue(theParent, 0, "") { setAttributeID(theAttribute); }