qt6-bb10/tests/auto
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
..
bic
compilerwarnings/data Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
corelib Remove QBool and use bool instead. 2012-01-20 14:17:41 +01:00
dbus Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
gui Replace Q_WS_MAC with Q_OS_MAC in tests/auto/gui 2012-01-18 12:51:18 +01:00
guiapplauncher Update the documentation after moving examples. 2011-07-05 21:19:08 +02:00
network Removing QHttpHeader and QHttpResponseHeader. 2012-01-19 14:31:10 +01:00
opengl Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
other Replace Q_WS_MAC with Q_OS_MAC in tests/auto/other 2012-01-19 11:31:22 +01:00
sql Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
testlib Improve coverage of expectfail selftest 2012-01-13 04:04:17 +01:00
tools Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
widgets Expect tst_QTreeView::editTriggers() failure on Mac OS X 2012-01-20 08:50:27 +01:00
xml Changed xml unittests to work from installation directory 2012-01-19 04:45:29 +01:00
auto.pro Remove QtV8 library from QtBase 2012-01-09 19:54:07 +01:00
network-settings.h Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
platformquirks.h Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
test.pl Update copyright year in license headers. 2012-01-05 06:36:56 +01:00