Salome HOME
Issue #1787 : code's adjusting
[modules/shaper.git] / src / PartSet / PartSet_WidgetChoice.h
index 6b5e965f848e0761ac4f9a11b628ee4b987a1a08..6c70e7f7d311fabb617ca4e617170e7b9b23133c 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