qt5base-lts/tests/auto/corelib/io
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
..
largefile Moved largefile unittest to same level as qfile. 2012-01-16 01:55:31 +01:00
qabstractfileengine Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qbuffer Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qdatastream Remove QBool and use bool instead. 2012-01-20 14:17:41 +01:00
qdebug Remove QBool and use bool instead. 2012-01-20 14:17:41 +01:00
qdir Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qdiriterator Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qfile Moved largefile unittest to same level as qfile. 2012-01-16 01:55:31 +01:00
qfileinfo remove NTFS junction and mount point detection 2012-01-19 11:31:22 +01:00
qfilesystementry Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qfilesystemwatcher Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qiodevice Changed unittests in corelib to use specific headers instead of super-headers. 2012-01-16 01:55:22 +01:00
qnodebug Update year in Nokia copyright headers. 2012-01-10 07:12:41 +01:00
qprocess Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
qprocessenvironment Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qresourceengine Changed unittests in corelib to use specific headers instead of super-headers. 2012-01-16 01:55:22 +01:00
qsettings Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qstandardpaths Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qtemporarydir Added check to qtemporarydir unittest to check and skip if root 2012-01-17 04:54:32 +01:00
qtemporaryfile Added check to qtemporaryfile unittest if run as root user 2012-01-17 04:54:37 +01:00
qtextstream Changed unittests in corelib to use specific headers instead of super-headers. 2012-01-16 01:55:22 +01:00
qurl Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
io.pro Moved largefile unittest to same level as qfile. 2012-01-16 01:55:31 +01:00