aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlerror.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2014-12-12 11:10:45 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-15 17:06:56 +0100
commit4426aa4055f75621f2b884a4ed5ab224ab0632da (patch)
tree0e0ec6872982c6233c639955339e01d951cfda2f /src/qml/qml/qqmlerror.cpp
parent2a2fb6a9b4ff9b387e3301c76d7d62dcc4d604f5 (diff)
Redirect console.info to new QtInfoMsg
Change-Id: I6f4560a3baae16dd6db090d51a577060689825ef Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlerror.cpp')
-rw-r--r--src/qml/qml/qqmlerror.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlerror.cpp b/src/qml/qml/qqmlerror.cpp
index 5322fc2c87..e5c56568de 100644
--- a/src/qml/qml/qqmlerror.cpp
+++ b/src/qml/qml/qqmlerror.cpp
@@ -56,8 +56,8 @@ QT_BEGIN_NAMESPACE
file:///home/user/test.qml:7:8: Invalid property assignment: double expected
\endcode
- You can use qDebug() or qWarning() to output errors to the console. This method
- will attempt to open the file indicated by the error
+ You can use qDebug(), qInfo(), or qWarning() to output errors to the console.
+ This method will attempt to open the file indicated by the error
and include additional contextual information.
\code
file:///home/user/test.qml:7:8: Invalid property assignment: double expected