qt5base-lts/tests/auto/testlib/selftests/cmptest
Marc Mutz 1ed8a7bff5 QTest: support nullptr in QCOMPARE
This allows to write
  QCOMPARE(ptr, nullptr);
instead of
  QVERIFY(ptr);

Task-number: QTBUG-49973
Change-Id: I6e1327d4327bcf17bd9b59de4352fdcaae98ac27
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2016-04-08 05:38:33 +00:00
..
cmptest.pro support building with -no-gui 2013-10-11 21:03:30 +02:00
tst_cmptest.cpp QTest: support nullptr in QCOMPARE 2016-04-08 05:38:33 +00:00