aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-04-23 12:22:15 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-04-23 13:08:08 +0000
commit6c52c540b515425ea9bb89a677b9e4ff96fbc7f4 (patch)
tree6bbab6a5abe64ac0be6b2b45d8f33d4afbd77f16 /doc
parenta6120f687ee4dc7641e3ea80dc7401915bfd14c9 (diff)
Documentation: Add link to console API in porting guide
Task-number: QBS-1320 Change-Id: I9317228fc53f0d31a415628533393111e1ddb62d Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/appendix/qbs-porting.qdoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/appendix/qbs-porting.qdoc b/doc/appendix/qbs-porting.qdoc
index 4a6bbe6d5..ffe935ad9 100644
--- a/doc/appendix/qbs-porting.qdoc
+++ b/doc/appendix/qbs-porting.qdoc
@@ -488,9 +488,7 @@
\section2 message(), warning(), error(), log()
- You can use the JavaScript console printing functions (\c console.info,
- \c console.warn, \c console.error, and \c console.log) to print info,
- warning, error, and log messages to the console.
+ You can use the \l{Console API} to print info, warning, error, and log messages to the console.
\code
Product {