Salome HOME
Issue #1664: In the Sketcher, add the function Split a segment. Widget of Split featu...
[modules/shaper.git] / src / PartSet / PartSet_WidgetEditor.h
index 3536ebfafb61317443e4e6db262872bcdb95dd5c..432b7d141045248e9a7b8de56ffa20056ff21aa4 100644 (file)
@@ -27,9 +27,8 @@ Q_OBJECT
   /// \param theParent the parent object
   /// \param theWorkshop instance of workshop interface
   /// \param theData the widget configuration. The attribute of the model widget is obtained from
-  /// \param theParentId is Id of a parent of the current attribute
   PartSet_WidgetEditor(QWidget* theParent, ModuleBase_IWorkshop* theWorkshop,
-                       const Config_WidgetAPI* theData, const std::string& theParentId);
+                       const Config_WidgetAPI* theData);
 
   virtual ~PartSet_WidgetEditor() {}