summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-09-29 14:15:36 +0200
committerKai Koehne <kai.koehne@digia.com>2014-09-29 14:34:14 +0200
commit68a5f8ec4777b1e753c9da04d58d521ce96b8c0a (patch)
tree69611d5d5761406645660024ad7f611d0baaa8b9
parent4cea6124cb9da4b57b48838241b260df05aaa018 (diff)
downloadqtdoc-68a5f8ec4777b1e753c9da04d58d521ce96b8c0a.tar.gz
Remove mentioning of QML_CONSOLE_EXTENDED
The QML_CONSOLE_EXTENDED environment variable is gone since Qt 5.0. Additional metadata is now available through standard means, e.g. QT_MESSAGE_PATTERN=%{file}:%{line} %{message} logs file, line information also for JS console statements. Change-Id: Ie7fc2c35dd6b0f529aa8a151185f3894bec52e18 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
-rw-r--r--doc/src/qmlapp/debugging.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/qmlapp/debugging.qdoc b/doc/src/qmlapp/debugging.qdoc
index 54366a9b..3972c36d 100644
--- a/doc/src/qmlapp/debugging.qdoc
+++ b/doc/src/qmlapp/debugging.qdoc
@@ -47,9 +47,6 @@ function f(a, b) {
The output is generated using the qDebug, qWarning, qCritical methods in C++
(see also \l {Debugging Techniques}).
-Setting the environment variable QML_CONSOLE_EXTENDED also prints the source
-code location of the call.
-
\section2 Assert
\c console.assert tests that an expression is true. If not, it will write an optional message