Catch up with API change to QTestLog::qWarn().
authorJason McDonald <jason.mcdonald@nokia.com>
Wed, 28 Sep 2011 08:44:26 +0000 (18:44 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 28 Sep 2011 22:12:53 +0000 (00:12 +0200)
Change-Id: I2db27f473a0f35530961fa70e35eb552be02e890
Reviewed-on: http://codereview.qt-project.org/5695
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
src/qmltest/quicktestresult.cpp

index 40b7d9b..f3379ad 100644 (file)
@@ -439,7 +439,7 @@ bool QuickTestResult::expectFailContinue
 
 void QuickTestResult::warn(const QString &message)
 {
-    QTestLog::warn(message.toLatin1().constData());
+    QTestLog::warn(message.toLatin1().constData(), 0, 0);
 }
 
 void QuickTestResult::ignoreWarning(const QString &message)