summaryrefslogtreecommitdiffstats
path: root/mkspecs/aix-g++-64/qmake.conf
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-03-05 12:10:32 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-05 03:44:01 +0100
commitd423fd0975569928faeafad28702750407e889ee (patch)
tree39b8f23a472df0df36ba1e27d970d720f362abcb /mkspecs/aix-g++-64/qmake.conf
parent8db8a34f07a2f8cbd06dc0b593886a13d52ae4b1 (diff)
Avoid using internal testlib API in QDbusConnection autotest.
QCOMPARE should only be used in a test function because it makes the test function return if the compare fails. The test wants to compare without returning on failure because the compare is inside a helper function called by many test functions, so the test was calling testlib's internal QTest::compare_helper() functions instead of QCOMPARE. This commit makes this code slightly less objectionable by calling the public QTest::qCompare() instead. Change-Id: Ida17a641e89f8a297d6a036449f44b33aa266368 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs/aix-g++-64/qmake.conf')
0 files changed, 0 insertions, 0 deletions