From 27197d1a123e721730cee28ea25e726aeb5768f5 Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Mon, 19 Sep 2022 15:00:55 +0200 Subject: [PATCH] Move QT_VERSION_STR docs to qlibraryinfo.cpp Task-number: QTBUG-106154 Change-Id: Iba5f4d76dc220dc0ea3c7463151bfb3b8e85c02e Reviewed-by: Thiago Macieira --- src/corelib/global/qglobal.cpp | 12 ------------ src/corelib/global/qlibraryinfo.cpp | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) 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