Doc: Document the setters QProcess::startDetached supports
Change-Id: I594af26e94582c1edfe7c3182477a2efc4eab2a0 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
parent
29a459d7cc
commit
ff0006928d
@ -2127,6 +2127,20 @@ void QProcess::start(OpenMode mode)
|
||||
If the function is successful then *\a pid is set to the process
|
||||
identifier of the started process.
|
||||
|
||||
Only the following property setters are supported by startDetached():
|
||||
\list
|
||||
\li setArguments()
|
||||
\li setCreateProcessArgumentsModifier()
|
||||
\li setNativeArguments()
|
||||
\li setProcessEnvironment()
|
||||
\li setProgram()
|
||||
\li setStandardErrorFile()
|
||||
\li setStandardInputFile()
|
||||
\li setStandardOutputFile()
|
||||
\li setWorkingDirectory()
|
||||
\endlist
|
||||
All other properties of the QProcess object are ignored.
|
||||
|
||||
\sa start()
|
||||
\sa startDetached(const QString &program, const QStringList &arguments,
|
||||
const QString &workingDirectory, qint64 *pid)
|
||||
|
Loading…
x
Reference in New Issue
Block a user