QProcess/Doc: remove the note that about FailedToStart after started()
It was added in commit 75a2c81b0041df4ca59178cf52d9e5a8815f3524: Handle posix_spawn using exit code 127 to indicate fail-to-start Most posix_spawn implementations are done using fork(), so the only way to report errors afer fork() is via a special exit code. Support for posix_spawn was removed when we dropped QNX 6.5 support in Qt 5.7 (commit 005a8bfbf0022f03dafafcf2b5c438ccf0675a49). Also complements commit d012e953bfb498091c0ea9a83a717a3deffc670f. Pick-to: 6.6 6.7 Change-Id: I76ffba14ece04f24b43efffd17aadead7c30146b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de> Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
This commit is contained in:
parent
269919fa1e
commit
75254e1d35
@ -2001,9 +2001,6 @@ QProcessEnvironment QProcess::processEnvironment() const
|
||||
|
||||
If msecs is -1, this function will not time out.
|
||||
|
||||
\note On some UNIX operating systems, this function may return true but
|
||||
the process may later report a QProcess::FailedToStart error.
|
||||
|
||||
\sa started(), waitForReadyRead(), waitForBytesWritten(), waitForFinished()
|
||||
*/
|
||||
bool QProcess::waitForStarted(int msecs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user