Doc: Fix links to QProcess::start(const QString &, OpenMode)
The startDetached(const QString &, OpenMode) overload and the QT_NO_PROCESS_COMBINED_ARGUMENT_START macro must point to the start(const QString &, OpenMode) overload. Change-Id: I7607fcb92b9f1ef3547a4a1aadc950532024225a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>bb10
parent
6d9a3c0119
commit
64b54819d8
|
|
@ -106,11 +106,13 @@ QT_BEGIN_NAMESPACE
|
|||
\macro QT_NO_PROCESS_COMBINED_ARGUMENT_START
|
||||
\relates QProcess
|
||||
|
||||
Disables the QProcess::start() overload taking a single string.
|
||||
Disables the
|
||||
\l {QProcess::start(const QString &, OpenMode)}{QProcess::start()}
|
||||
overload taking a single string.
|
||||
In most cases where it is used, the user intends for the first argument
|
||||
to be treated atomically as per the other overload.
|
||||
|
||||
\sa QProcess::start()
|
||||
\sa QProcess::start(const QString &command, OpenMode mode)
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
@ -2538,7 +2540,7 @@ bool QProcess::startDetached(const QString &program,
|
|||
After the \a command string has been split and unquoted, this function
|
||||
behaves like the overload which takes the arguments as a string list.
|
||||
|
||||
\sa start()
|
||||
\sa start(const QString &command, OpenMode mode)
|
||||
*/
|
||||
bool QProcess::startDetached(const QString &command)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue