From 68a5f8ec4777b1e753c9da04d58d521ce96b8c0a Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 29 Sep 2014 14:15:36 +0200 Subject: 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 --- doc/src/qmlapp/debugging.qdoc | 3 --- 1 file changed, 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 -- cgit v1.2.1