summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-08-03 10:49:03 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-08-16 13:35:22 +0000
commit5178a89a6dd8d0bf6e05feb61f51d7a280231c2f (patch)
treeaa47c43173c8d92d93bd8e4fa3594356a5741870
parent8dd78e8564d8c4249e85653a8119c1dd1a03d659 (diff)
Doc: Increase precision in description of convenience typedefs
Task-number: QTBUG-53856 Change-Id: I57917bb311d1d93e0903f2b3e021cc4db0f0d05e Reviewed-by: Nico Vertriest <nico.vertriest@qt.io> (cherry picked from commit d2d59e77d5e16bc79ddfed37f4f29d1dcd9b92a7)
-rw-r--r--src/corelib/global/qglobal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp
index ea2c8d3ae2..abe7ba1ff9 100644
--- a/src/corelib/global/qglobal.cpp
+++ b/src/corelib/global/qglobal.cpp
@@ -555,7 +555,7 @@ Q_STATIC_ASSERT_X(QT_POINTER_SIZE == sizeof(void *), "QT_POINTER_SIZE defined in
{long long int } (\c __int64 on Windows).
Several convenience type definitions are declared: \l qreal for \c
- double, \l uchar for \c unsigned char, \l uint for \c unsigned
+ double or \c float, \l uchar for \c unsigned char, \l uint for \c unsigned
int, \l ulong for \c unsigned long and \l ushort for \c unsigned
short.