qt5base-lts/tests/auto/corelib/kernel/qvariant
Jędrzej Nowacki 1e432f0a88 Introduce a new built-in type: signed char.
C++ distinguish between "char", "signed char" and
"unsigned char", they are three independent types.

Fix QVariant behavior on ARM. On ARM "char" may mean
"unsigned char", but we depends on the sign during
a numerical conversions.

Change-Id: I610ce3fb88ed5964b67f3ae442d264fe16b2d261
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-05-08 11:47:29 +02:00
..
stream QRegularExpression: QMetaType and QVariant support 2012-03-14 10:53:24 +01:00
.gitignore Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
qvariant.pro tst_QVariant passes on Mac OS X 2012-02-15 08:59:29 +01:00
qvariant.qrc Cleanup mess in public type ids. 2012-01-25 21:08:08 +01:00
tst_qvariant.cpp Introduce a new built-in type: signed char. 2012-05-08 11:47:29 +02:00