From 77172b25fe18c8c9e1578e2c0caeb63cb674513a Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Fri, 17 Feb 2012 12:17:30 +0100 Subject: [PATCH] QProcess documentation typo fix and improvement. The word 'momentaneously' does not exist. Change-Id: I3d2201d5b7b3a01af5989bb1c3fcd55110d5482c Reviewed-by: Thiago Macieira Reviewed-by: Till Adam Reviewed-by: Robin Burchell --- src/corelib/io/qprocess.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp index 1312e9b55f..7a81313fa0 100644 --- a/src/corelib/io/qprocess.cpp +++ b/src/corelib/io/qprocess.cpp @@ -522,8 +522,8 @@ void QProcessPrivate::Channel::clear() \note On QNX, setting the working directory may cause all application threads, with the exception of the QProcess caller - thread, to momentaneusly freeze, owing to a limitation in - the operating system. + thread, to temporarily freeze during the spawning process, + owing to a limitation in the operating system. \section1 Synchronous Process API @@ -1439,7 +1439,7 @@ QString QProcess::workingDirectory() const process in the working directory of the calling process. \note On QNX, this may cause all application threads to - momentaneusly freeze. + temporarily freeze. \sa workingDirectory(), start() */ @@ -2158,7 +2158,7 @@ int QProcess::execute(const QString &program) The process will be started in the directory \a workingDirectory. \note On QNX, this may cause all application threads to - momentaneusly freeze. + temporarily freeze. If the function is successful then *\a pid is set to the process identifier of the started process.