X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetEditor.h;h=432b7d141045248e9a7b8de56ffa20056ff21aa4;hb=941757ad0d0140393e4f1b371dc2d7552120750c;hp=a4f611146f83e9940b3b481c6359ba4499fd5954;hpb=33b3a43ad2266cb044e4232c902344842adbba7c;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetEditor.h b/src/PartSet/PartSet_WidgetEditor.h index a4f611146..432b7d141 100644 --- a/src/PartSet/PartSet_WidgetEditor.h +++ b/src/PartSet/PartSet_WidgetEditor.h @@ -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