From 5948b0be579d3ad5bdc0697dd2fc7a8985851c55 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 17 May 2007 15:05:01 +0000 Subject: [PATCH] Porting to Qt4 --- src/CAM/CAM_Application.cxx | 5 ++--- src/Qtx/QtxLogoMgr.cxx | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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. */ -- 2.39.2