Fix documentation of some QSysInfo functions.
Qt 5.8 no longer supports Windows CE, or versions of Windows where the marketing version is not an orderable version number. Change-Id: I8fab7d9b0d466f891e872b6c3fdf9d98ffe6ebc1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
34c24ceb1f
commit
2fa4a48ff6
@ -2561,7 +2561,7 @@ QString QSysInfo::kernelType()
|
|||||||
\since 5.4
|
\since 5.4
|
||||||
|
|
||||||
Returns the release version of the operating system kernel. On Windows, it
|
Returns the release version of the operating system kernel. On Windows, it
|
||||||
returns the version of the NT or CE kernel. On Unix systems, including
|
returns the version of the NT kernel. On Unix systems, including
|
||||||
Android and OS X, it returns the same as the \c{uname -r}
|
Android and OS X, it returns the same as the \c{uname -r}
|
||||||
command would return.
|
command would return.
|
||||||
|
|
||||||
@ -2667,9 +2667,8 @@ QString QSysInfo::productType()
|
|||||||
|
|
||||||
In all other Unix-type systems, this function always returns "unknown".
|
In all other Unix-type systems, this function always returns "unknown".
|
||||||
|
|
||||||
\note The version string returned from this function is only guaranteed to
|
\note The version string returned from this function is not guaranteed to
|
||||||
be orderable on Android, OS X and iOS. On Windows, some Windows
|
be orderable. On Linux, the version of
|
||||||
versions are text ("XP" and "Vista", for example). On Linux, the version of
|
|
||||||
the distribution may jump unexpectedly, please refer to the distribution's
|
the distribution may jump unexpectedly, please refer to the distribution's
|
||||||
documentation for versioning practices.
|
documentation for versioning practices.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user