summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2022-03-14 13:56:06 +0100
committerRobert Löhning <robert.loehning@qt.io>2022-03-16 20:04:03 +0100
commite782b063496c912e7ac5f731e483d234132a31b6 (patch)
treefa148ae9f5e16950d9f4a4787023d26e774eb0ba
parentdf34728f4d75150eb38cbc8ffd667e6ef14c6489 (diff)
Doc: Fix typos
Change-Id: Iaea3c0e567ddd6a72db0b2ba1731c416cf85ef47 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> (cherry picked from commit 286a63898f724e4392faea08c7f38bcb65633615) Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-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 d33cd10b45..0fed61d860 100644
--- a/src/corelib/global/qglobal.cpp
+++ b/src/corelib/global/qglobal.cpp
@@ -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
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
- 0x050e00, which could equally be written \c{QT_VERSION_CHECK(5, 0xe, 0)}.
+ them in hexadecimal). Thus \c{QT_VERSION_CHECK(5, 15, 0)} is equal to \c
+ 0x050f00, which could equally be written \c{QT_VERSION_CHECK(5, 0xf, 0)}.
\sa QT_VERSION
*/