diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index 7ea1ed69db..1228c98863 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -203,18 +203,6 @@ using namespace Qt::StringLiterals; no arguments and returns void. */ -/*! - \macro QT_VERSION_STR - \relates - - This macro expands to a string that specifies Qt's version number (for - example, "6.1.2"). This is the version with which the application is - compiled. This may be a different version than the version the application - will find itself using at \e runtime. - - \sa qVersion(), QT_VERSION -*/ - /***************************************************************************** System detection routines *****************************************************************************/ diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp index fe9bc218aa..f88f72e64c 100644 --- a/src/corelib/global/qlibraryinfo.cpp +++ b/src/corelib/global/qlibraryinfo.cpp @@ -659,6 +659,18 @@ QStringList QLibraryInfo::platformPluginArguments(const QString &platformName) \deprecated Use LibraryPath with QLibraryInfo::path() instead. */ +/*! + \macro QT_VERSION_STR + \relates + + This macro expands to a string that specifies Qt's version number (for + example, "6.1.2"). This is the version with which the application is + compiled. This may be a different version than the version the application + will find itself using at \e runtime. + + \sa qVersion(), QT_VERSION +*/ + /*! \relates