Move QT_VERSION_STR docs to qlibraryinfo.cpp
Task-number: QTBUG-106154 Change-Id: Iba5f4d76dc220dc0ea3c7463151bfb3b8e85c02e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
f326a565ef
commit
27197d1a12
|
|
@ -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
|
||||
*****************************************************************************/
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue