QAtomicInteger docs: mention bool and char8_t as 8-bit types
Pick-to: 6.4 6.3 6.2 5.15 Change-Id: If673ba1e891e034dfe5e441b1e3427f3365320e6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
0231971b3e
commit
c0385f0cee
@ -31,7 +31,7 @@
|
||||
|
||||
The template parameter \c T must be a C++ integer type:
|
||||
\list
|
||||
\li 8-bit: char, signed char, unsigned char, qint8, quint8
|
||||
\li 8-bit: bool, char, signed char, unsigned char, qint8, quint8, char8_t (C++20)
|
||||
\li 16-bit: short, unsigned short, qint16, quint16, char16_t (C++11)
|
||||
\li 32-bit: int, unsigned int, qint32, quint32, char32_t (C++11)
|
||||
\li 64-bit: long long, unsigned long long, qint64, quint64
|
||||
|
Loading…
Reference in New Issue
Block a user