summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brasser <mbrasser@ford.com>2017-04-12 09:41:32 -0500
committerMichael Brasser <michael.brasser@live.com>2017-04-12 16:38:16 +0000
commita5fd278a4cd0a2940ab2f2d5a6fa35cb43b1ac9a (patch)
tree23b2fe969cc61880ef6f2ea621089881a072aacd
parente6025ff8f255d0ba5a82c90d3d29f6eb3fa55f7d (diff)
Clarify how QML console logging is implementedv5.9.0-beta2
Change-Id: I82a3540cdd278b8e521efd3d0146c5b4788364a8 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Robin Burchell <robin.burchell@crimson.no>
-rw-r--r--doc/src/qmlapp/debugging.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/qmlapp/debugging.qdoc b/doc/src/qmlapp/debugging.qdoc
index 739e1b1e1..78ca1027d 100644
--- a/doc/src/qmlapp/debugging.qdoc
+++ b/doc/src/qmlapp/debugging.qdoc
@@ -45,8 +45,9 @@ function f(a, b) {
}
\endcode
-The output is generated using the qDebug, qWarning, qCritical methods in C++
-(see also \l {Debugging Techniques}).
+The output is generated using the qCDebug, qCWarning, qCCritical methods in C++,
+with a category of "qml" or "js", depending on the type of file doing the logging.
+See also \l {Debugging Techniques}.
\section2 Assert
\keyword console assert