Move QT_VERSION_STR docs to qlibraryinfo.cpp

Task-number: QTBUG-106154
Change-Id: Iba5f4d76dc220dc0ea3c7463151bfb3b8e85c02e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Sona Kurazyan 2022-09-19 15:00:55 +02:00
parent f326a565ef
commit 27197d1a12
2 changed files with 12 additions and 12 deletions

View File

@ -203,18 +203,6 @@ using namespace Qt::StringLiterals;
no arguments and returns void.
*/
/*!
\macro QT_VERSION_STR
\relates <QtGlobal>
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
*****************************************************************************/

View File

@ -659,6 +659,18 @@ QStringList QLibraryInfo::platformPluginArguments(const QString &platformName)
\deprecated Use LibraryPath with QLibraryInfo::path() instead.
*/
/*!
\macro QT_VERSION_STR
\relates <QLibraryInfo>
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 <QLibraryInfo>