aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-08-23 09:02:29 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-08-23 07:14:22 +0000
commitbddac59a95bd9ca1333ac29a6e6b62d8bac66827 (patch)
tree5acfba87b37da0d76cf5275328501dba99f69ef0
parentcd87abf3fa8388642dfa8301d8098c5b66ddef00 (diff)
Doc: Fix arguments to start debugging Qt Quick applications
A dash was missing. Fixes: QTCREATORBUG-28093 Change-Id: Ic7fbf8fda8d23fdc1eabf98b53240824a24aacc5 Reviewed-by: hjk <hjk@qt.io>
-rw-r--r--doc/qtcreator/src/debugger/qtquick-debugging.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qtcreator/src/debugger/qtquick-debugging.qdoc b/doc/qtcreator/src/debugger/qtquick-debugging.qdoc
index 0934b94e3d..2df38e2869 100644
--- a/doc/qtcreator/src/debugger/qtquick-debugging.qdoc
+++ b/doc/qtcreator/src/debugger/qtquick-debugging.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2021 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -154,7 +154,7 @@
\li Start the application with the following arguments:
- \c {qmljsdebugger=port:<port>[,host:<ip address>][,block]}
+ \c {-qmljsdebugger=port:<port>[,host:<ip address>][,block]}
Where \c port (mandatory) specifies the debugging port,
\c {ip address} (optional) specifies the IP address of the host