qt5base-lts/tests/auto/corelib/global
Edward Welbourne bcf0be9b8f Avoid signed/unsigned warning in template
tst_QtEndian's transformRegion_template() was getting a
signed/unsigned comparison warning when T was unsigned in a
QCOMPARE(T-value, 0); so use T(0) instead.

Change-Id: I78cb2ab96f79393def65ed2c020aa3039017ab92
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2018-08-16 10:10:22 +00:00
..
q_func_info Updated license headers 2016-01-21 18:55:18 +00:00
qflags Declare the operator| in the Qt namespace for QFlags in that namespaces 2018-04-08 14:24:27 +00:00
qfloat16 Merge remote-tracking branch 'origin/5.10' into dev 2018-01-02 09:58:44 +01:00
qgetputenv QByteArray: toInt() and toDouble() ignore surrounding whitespaces 2018-07-07 19:58:18 +00:00
qglobal Fix thread_local test 2018-02-23 13:23:01 +00:00
qglobalstatic tests: Unify license to GPL-EXCEPT 2017-04-03 07:18:46 +00:00
qhooks tst_qhooks: test that it's possible to chain multiple hooks together 2016-11-18 15:22:32 +00:00
qlogging Merge remote-tracking branch 'origin/5.11' into dev 2018-07-02 11:23:45 +02:00
qnumeric Update the overflow functions to include qsizetype 2018-01-24 21:13:20 +00:00
qrand Updated license headers 2016-01-21 18:55:18 +00:00
qrandomgenerator QRandomGenerator: remove unnecessary cast to float in RandomValueFP 2018-07-29 19:09:16 +00:00
qtendian Avoid signed/unsigned warning in template 2018-08-16 10:10:22 +00:00
global.pro Long live QRandomGenerator 2017-06-12 06:14:34 +00:00