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>
This commit is contained in:
Leena Miettinen
2022-08-23 09:02:29 +02:00
parent cd87abf3fa
commit bddac59a95

View File

@@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2021 The Qt Company Ltd. ** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the Qt Creator documentation. ** This file is part of the Qt Creator documentation.
@@ -154,7 +154,7 @@
\li Start the application with the following arguments: \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, Where \c port (mandatory) specifies the debugging port,
\c {ip address} (optional) specifies the IP address of the host \c {ip address} (optional) specifies the IP address of the host