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 a4f611146f83e9940b3b481c6359ba4499fd5954..432b7d141045248e9a7b8de56ffa20056ff21aa4 100644 (file)
@@ -16,7 +16,7 @@ class ModuleBase_IWorkshop;
 
 /**
 * \ingroup Modules
-* Customosation of ModuleBase_WidgetEditor in order to do not show the editor value if the mouse
+* Customization of ModuleBase_WidgetEditor in order to do not show the editor value if the mouse
 * cursor is not over the OCC window
 */
 class PARTSET_EXPORT PartSet_WidgetEditor : public ModuleBase_WidgetEditor
@@ -26,10 +26,9 @@ Q_OBJECT
   /// Constructor
   /// \param theParent the parent object
   /// \param theWorkshop instance of workshop interface
-  /// \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
+  /// \param theData the widget configuration. The attribute of the model widget is obtained from
   PartSet_WidgetEditor(QWidget* theParent, ModuleBase_IWorkshop* theWorkshop,
-                       const Config_WidgetAPI* theData, const std::string& theParentId);
+                       const Config_WidgetAPI* theData);
 
   virtual ~PartSet_WidgetEditor() {}
 
@@ -42,4 +41,4 @@ private:
   ModuleBase_IWorkshop* myWorkshop; // the current workshop
 };
 
-#endif
\ No newline at end of file
+#endif