X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetEditor.h;h=3536ebfafb61317443e4e6db262872bcdb95dd5c;hb=031179ada6681b874314c450eeda806f9f8abd28;hp=a4f611146f83e9940b3b481c6359ba4499fd5954;hpb=cc84ddead2c5dcb864d24de04df60b378f750824;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetEditor.h b/src/PartSet/PartSet_WidgetEditor.h index a4f611146..3536ebfaf 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,7 +26,7 @@ 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 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); @@ -42,4 +42,4 @@ private: ModuleBase_IWorkshop* myWorkshop; // the current workshop }; -#endif \ No newline at end of file +#endif