Skip to content

Commit

Permalink
Doc: Increase precision in description of convenience typedefs
Browse files Browse the repository at this point in the history
Task-number: QTBUG-53856
Change-Id: I57917bb311d1d93e0903f2b3e021cc4db0f0d05e
Reviewed-by: Nico Vertriest <[email protected]>
  • Loading branch information
paulwicking committed Aug 3, 2018
1 parent 1c8f9eb commit d2d59e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corelib/global/qglobal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ Q_STATIC_ASSERT((std::is_same<qsizetype, qptrdiff>::value));
{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.
Expand Down

0 comments on commit d2d59e7

Please sign in to comment.