Doc: Fix typos

Pick to: 6.3

Change-Id: Iaea3c0e567ddd6a72db0b2ba1731c416cf85ef47
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
Robert Löhning 2022-03-14 13:56:06 +01:00
parent e74e27e67e
commit 286a63898f

View File

@ -1319,8 +1319,8 @@ static_assert(sizeof(qint64) == 8, "Internal error, qint64 is misdefined");
\note the parameters are read as integers in the normal way, so should \note the parameters are read as integers in the normal way, so should
normally be written in decimal (so a \c 0x prefix must be used if writing normally be written in decimal (so a \c 0x prefix must be used if writing
them in hexadecimal). Thuse \c{QT_VERSION_CHECK(5, 15, 0)} is equal to \c them in hexadecimal). Thus \c{QT_VERSION_CHECK(5, 15, 0)} is equal to \c
0x050e00, which could equally be written \c{QT_VERSION_CHECK(5, 0xe, 0)}. 0x050f00, which could equally be written \c{QT_VERSION_CHECK(5, 0xf, 0)}.
\sa QT_VERSION \sa QT_VERSION
*/ */