qt5base-lts/tests/auto/corelib/thread/qatomicinteger
Thiago Macieira aba30f0234 Replace the type-based QAtomicIntegerTraits with a size-based one
This simplifies the code a lot and avoids silly mistakes where a
specific integer type is missing (such as char16_t).

Change-Id: Id91dfd1919e783e0a9af7bfa093ca560a01b22d1
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2014-01-30 18:06:27 +01:00
..
char Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
char16_t Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
char32_t Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
int Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
long Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
qlonglong Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
qptrdiff Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
quintptr Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
qulonglong Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
schar Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
short Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
uchar Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
uint Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
ulong Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
ushort Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
wchar_t Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
qatomicinteger.pri Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
qatomicinteger.pro Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00
tst_qatomicinteger.cpp Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00