From ff0006928dc2344f83f8bf1020ef1d1bc9b3617a Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 1 Jun 2017 12:08:57 +0200 Subject: Doc: Document the setters QProcess::startDetached supports Change-Id: I594af26e94582c1edfe7c3182477a2efc4eab2a0 Reviewed-by: Friedemann Kleint Reviewed-by: Oswald Buddenhagen Reviewed-by: Leena Miettinen --- src/corelib/io/qprocess.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp index e3e26654b1..bb16b0c427 100644 --- a/src/corelib/io/qprocess.cpp +++ b/src/corelib/io/qprocess.cpp @@ -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) -- cgit v1.2.3