From: vsr Date: Thu, 17 May 2007 15:05:01 +0000 (+0000) Subject: Porting to Qt4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5948b0be579d3ad5bdc0697dd2fc7a8985851c55;p=modules%2Fgui.git Porting to Qt4 --- diff --git a/src/CAM/CAM_Application.cxx b/src/CAM/CAM_Application.cxx index db7bb1740..8474907eb 100755 --- a/src/CAM/CAM_Application.cxx +++ b/src/CAM/CAM_Application.cxx @@ -352,9 +352,8 @@ bool CAM_Application::activateModule( const QString& modName ) return res; } -/* - \brief Activate module \a modName. - \overload +/*! + \brief Activate module \a mod. Shows error message if module could not be activated in the current study. diff --git a/src/Qtx/QtxLogoMgr.cxx b/src/Qtx/QtxLogoMgr.cxx index 38449518d..09dfd4370 100644 --- a/src/Qtx/QtxLogoMgr.cxx +++ b/src/Qtx/QtxLogoMgr.cxx @@ -28,7 +28,7 @@ #include /*! - \class LogoBox + \class QtxLogoMgr::LogoBox \internal \brief Logo images container. */