summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlibraryinfo.cpp
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-09-19 15:00:55 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2022-09-22 13:48:15 +0200
commit27197d1a123e721730cee28ea25e726aeb5768f5 (patch)
tree9af2efcd62fcb37b167c4771db0d8fcea6b84982 /src/corelib/global/qlibraryinfo.cpp
parentf326a565efadcac909436101e25befa63e89e9ca (diff)
Move QT_VERSION_STR docs to qlibraryinfo.cpp
Task-number: QTBUG-106154 Change-Id: Iba5f4d76dc220dc0ea3c7463151bfb3b8e85c02e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/global/qlibraryinfo.cpp')
-rw-r--r--src/corelib/global/qlibraryinfo.cpp12
1 files changed, 12 insertions, 0 deletions
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
@@ -660,6 +660,18 @@ QStringList QLibraryInfo::platformPluginArguments(const QString &platformName)
*/
/*!
+ \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>
Returns the version number of Qt at runtime as a string (for example,