X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetChoice.h;h=d83bc3643a7b06b42dc492b63614447e2f077eed;hb=c8ab29e531ee03054976a7606076f2c4ee1d9f6b;hp=6b5e965f848e0761ac4f9a11b628ee4b987a1a08;hpb=868158fe6d39b25e60ac528295b1c908821e4af5;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetChoice.h b/src/PartSet/PartSet_WidgetChoice.h index 6b5e965f8..d83bc3643 100644 --- a/src/PartSet/PartSet_WidgetChoice.h +++ b/src/PartSet/PartSet_WidgetChoice.h @@ -22,10 +22,8 @@ Q_OBJECT /// Constructor /// \param theParent the parent object /// \param theData the widget configuation. The attribute of the model widget is obtained from - /// \param theParentId is Id of a parent of the current attribute - PartSet_WidgetChoice(QWidget* theParent, const Config_WidgetAPI* theData, - const std::string& theParentId) - : ModuleBase_WidgetChoice(theParent, theData, theParentId) {} + PartSet_WidgetChoice(QWidget* theParent, const Config_WidgetAPI* theData) + : ModuleBase_WidgetChoice(theParent, theData) {} }; #endif \ No newline at end of file