aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/quicktestresult.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-09-28 18:44:26 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-29 00:12:53 +0200
commit55b4b637779e1a6d88b969837aa106487e4c636e (patch)
tree65bc1ace3f13cbc7629c98e2d36df1d58b02b086 /src/qmltest/quicktestresult.cpp
parent3dd0f608444d83974f6d49027f60d0a1845447bd (diff)
Catch up with API change to QTestLog::qWarn().
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>
Diffstat (limited to 'src/qmltest/quicktestresult.cpp')
-rw-r--r--src/qmltest/quicktestresult.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmltest/quicktestresult.cpp b/src/qmltest/quicktestresult.cpp
index 40b7d9bea8..f3379ad14b 100644
--- a/src/qmltest/quicktestresult.cpp
+++ b/src/qmltest/quicktestresult.cpp
@@ -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)