Salome HOME
Unpressing the button of the current action must behave like a validation if the...
[modules/shaper.git] / src / PartSet / PartSet_WidgetChoice.h
index 6b5e965f848e0761ac4f9a11b628ee4b987a1a08..d83bc3643a7b06b42dc492b63614447e2f077eed 100644 (file)
@@ -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