summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorGeir Vattekar <geir.vattekar@trolltech.com>2009-08-27 11:41:31 (GMT)
committerGeir Vattekar <geir.vattekar@trolltech.com>2009-08-27 11:42:55 (GMT)
commita185f7d57f93ef2e24d83ef552ca04e7087587b9 (patch)
tree016dc17c43904e871bd428bc3d5bf90ad99eb0ef /src/corelib/io
parent592448de5befe32d5e45d950b15ce01ef35b83e7 (diff)
downloadQt-a185f7d57f93ef2e24d83ef552ca04e7087587b9.zip
Qt-a185f7d57f93ef2e24d83ef552ca04e7087587b9.tar.gz
Qt-a185f7d57f93ef2e24d83ef552ca04e7087587b9.tar.bz2
Doc: Small change to QProcess::waitForFinished()
Task-number: 258404 Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qprocess.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp
index 764304d..f4bf5cc 100644
--- a/src/corelib/io/qprocess.cpp
+++ b/src/corelib/io/qprocess.cpp
@@ -1646,7 +1646,8 @@ bool QProcess::waitForBytesWritten(int msecs)
has been emitted, or until \a msecs milliseconds have passed.
Returns true if the process finished; otherwise returns false (if
- the operation timed out or if an error occurred).
+ the operation timed out, if an error occurred, or if this QProcess
+ is already finished).
This function can operate without an event loop. It is
useful when writing non-GUI applications and when performing