Doc: QSysInfo::productType: remove the "will be" note about Qt 6

Fixes: QTBUG-99413
Pick-to: 6.2 6.3
Change-Id: Ib42b3adc93bf4d43bd55fffd16c360797871011b
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
bb10
Thiago Macieira 2021-12-23 08:59:24 -03:00
parent cd2690dcbf
commit 60db7a5dc1
1 changed files with 3 additions and 4 deletions

View File

@ -2772,10 +2772,9 @@ QString QSysInfo::kernelVersion()
to determine the distribution name and returns that. If determining the
distribution name failed, it returns "unknown".
\b{\macos note}: this function returns "osx" for all \macos systems,
regardless of Apple naming convention. The returned string will be updated
for Qt 6. Note that this function erroneously returned "macos" for \macos
10.12 in Qt versions 5.6.2, 5.7.1, and 5.8.0.
\b{\macos note}: this function returns "macos" for all \macos systems,
regardless of Apple naming convention. Previously, in Qt 5, it returned
"osx", again regardless of Apple naming conventions.
\b{Darwin, iOS, tvOS, and watchOS note}: this function returns "ios" for
iOS systems, "tvos" for tvOS systems, "watchos" for watchOS systems, and