From bddac59a95bd9ca1333ac29a6e6b62d8bac66827 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 23 Aug 2022 09:02:29 +0200 Subject: [PATCH] Doc: Fix arguments to start debugging Qt Quick applications A dash was missing. Fixes: QTCREATORBUG-28093 Change-Id: Ic7fbf8fda8d23fdc1eabf98b53240824a24aacc5 Reviewed-by: hjk --- doc/qtcreator/src/debugger/qtquick-debugging.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/qtcreator/src/debugger/qtquick-debugging.qdoc b/doc/qtcreator/src/debugger/qtquick-debugging.qdoc index 0934b94e3d7..2df38e2869e 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:[,host:][,block]} + \c {-qmljsdebugger=port:[,host:][,block]} Where \c port (mandatory) specifies the debugging port, \c {ip address} (optional) specifies the IP address of the host