X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_WorkshopListener.h;fp=src%2FXGUI%2FXGUI_WorkshopListener.h;h=9813b6c3d39e164c275ae87d4a8534753999ce07;hb=423c10234142d14d0d5de89383f2f96a4ec5930f;hp=abc801ec1cdd67f1734cb3bacb74b7735acda377;hpb=982481c856def9c064e5f2bb65de11a5b254da6e;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_WorkshopListener.h b/src/XGUI/XGUI_WorkshopListener.h index abc801ec1..9813b6c3d 100755 --- a/src/XGUI/XGUI_WorkshopListener.h +++ b/src/XGUI/XGUI_WorkshopListener.h @@ -31,7 +31,7 @@ class XGUI_EXPORT XGUI_WorkshopListener : public QObject, public Events_Listener Q_OBJECT public: /// Constructor. Used only if the workshop is launched in Salome environment - /// \param theWorkshop a reference to workshop. + /// \param theWorkshop a reference to workshop. XGUI_WorkshopListener(ModuleBase_IWorkshop* theWorkshop); virtual ~XGUI_WorkshopListener(); @@ -83,7 +83,7 @@ protected: /// Calls the module method of cusomize object for the feature of the current operation /// Perform cusomize if the force redisplay flag is true or the list of objects contains the /// current operation feature - /// \param theObjects a list of objects to find current operation feature + /// \param theObjects a list of objects to find current operation feature /// if forced redisplay is false /// \param theForceRedisplay a flag to customize object even always /// \return true if the object is modified