Qt Base (Core, Gui, Widgets, Network, ...)
Go to file
Friedemann Kleint 57dbdcd92f tests/auto/network: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).
- Replace Q[TRY]_VERIFY(pointer == 0) by Q[TRY]_VERIFY(!pointer).
- Replace Q[TRY]_VERIFY(smartPointer == 0)  by
          Q[TRY]_VERIFY(smartPointer.isNull()).
- Replace Q[TRY]_VERIFY(a == b) by  Q[TRY]_COMPARE(a, b) and
  add casts where necessary. The values will then be logged
  should a test fail.

Change-Id: Icaa1edafcc6e2779fbd6dbc2c058544d6e07f1e9
Reviewed-by: Richard J. Moore <rich@kde.org>
2015-07-31 04:29:33 +00:00
bin
config.tests Update the list of x86 instruction set extensions enabled by GCC 2015-07-28 23:55:04 +00:00
dist
doc Doc: Add Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 to ignored directives 2015-07-29 07:43:52 +00:00
examples Make the gles3 example more impressive 2015-07-24 10:18:16 +00:00
lib
mkspecs winrt: Fix build when INADDR_XXX macros are not defined 2015-07-22 06:44:00 +00:00
qmake Doc: remove the table of values from QT variable in QMake Manual 2015-07-28 12:18:14 +00:00
src Add QStorageInfo::blockSize 2015-07-30 21:12:21 +00:00
tests tests/auto/network: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 04:29:33 +00:00
tools Windows: Include DirectWrite support by default if available 2015-07-21 08:21:34 +00:00
util
.gitattributes
.gitignore
.qmake.conf
.tag
INSTALL
LGPL_EXCEPTION.txt
LICENSE.FDL
LICENSE.LGPLv3
LICENSE.LGPLv21
LICENSE.PREVIEW.COMMERCIAL
configure
configure.bat
header.BSD
header.FDL
header.LGPL-ONLY
header.LGPL3
header.LGPL3-COMM
header.LGPL21
qtbase.pro
sync.profile