Call QWARN() instead of QTest::qWarn().
authorJason McDonald <jason.mcdonald@nokia.com>
Mon, 26 Sep 2011 03:30:47 +0000 (13:30 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 26 Sep 2011 04:57:17 +0000 (06:57 +0200)
commit597933b6b72c8392d3d5e1db4d379620b2f193a7
tree31d18b27605b808930915b5fb1ce5a021e5dfc34
parentdc4f3e0d9885b545bebb5ceda086a8d7cf7b3b0f
Call QWARN() instead of QTest::qWarn().

The QWARN macro wraps QTest::qWarn(), but the former is the public API
and the latter is merely an implementation detail that is subject to
change.

Change-Id: I02ae5ea384875afb7f235ef8dff0768a56afaa53
Reviewed-on: http://codereview.qt-project.org/5486
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
src/qmltest/quicktestevent.cpp