qt5base-lts/tests/auto/corelib
David Faure 47d5d349d8 Remove QBool and use bool instead.
QBool was introduced with Qt-4.0, to detect Qt3-like code like
 if (c.contains(d) == 2) and break compilation on such constructs.
This isn't necessary anymore, given that such code couldn't possibly
compile in Qt4 times.
And QBool was confusing developers, and creating compile errors (e.g.
QVariant doesn't have support for it), so better remove it for Qt 5.

Change-Id: I6642f43f5e12b872f98abb56600186179f072b09
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-01-20 14:17:41 +01:00
..
animation Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
codecs Changed unittests in corelib to use specific headers instead of super-headers. 2012-01-16 01:55:22 +01:00
concurrent Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
global Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
io Remove QBool and use bool instead. 2012-01-20 14:17:41 +01:00
itemmodels Clarify docs that everything must be re-queried on model reset. 2012-01-16 17:07:12 +01:00
kernel Add QModelIndex as a built-in metatype. 2012-01-11 19:32:34 +01:00
plugin Add V3(md5) and V5(sha1) version for DCE in QUuid 2012-01-10 05:12:20 +01:00
statemachine Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
thread Changed unittests in corelib to use specific headers instead of super-headers. 2012-01-16 01:55:22 +01:00
tools Changed qsharedpointer unittest to use build qmake over system one. 2012-01-17 04:53:35 +01:00
xml Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
corelib.pro Move QAbstractItemModel into a separate directory. 2011-12-13 02:23:42 +01:00