summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2018-04-24 10:38:03 -0700
committerJani Heikkinen <jani.heikkinen@qt.io>2018-04-25 10:28:57 +0000
commit8863b8f24fc0751d9b8015b7f1344f76942dbb82 (patch)
treef01f399b286763917fb7d5ad63e4657205c32dcf /src
parente46f9d68d8a8cc75c011fb304f064b927a784d56 (diff)
QSysInfo: Correct the \since for {machine,boot}UniqueId()
The code was written before 5.10 was released, but took long to be merged. Change-Id: If90a92b041d3442fa0a4fffd15286fe079b058e1 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qglobal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp
index b75b218201..ad015ee048 100644
--- a/src/corelib/global/qglobal.cpp
+++ b/src/corelib/global/qglobal.cpp
@@ -2856,7 +2856,7 @@ enum {
};
/*!
- \since 5.10
+ \since 5.11
Returns a unique ID for this machine, if one can be determined. If no
unique ID could be determined, this function returns an empty byte array.
@@ -2929,7 +2929,7 @@ QByteArray QSysInfo::machineUniqueId()
}
/*!
- \since 5.10
+ \since 5.11
Returns a unique ID for this machine's boot, if one can be determined. If
no unique ID could be determined, this function returns an empty byte