summaryrefslogtreecommitdiffstats
path: root/src/kernel/qprocess_unix.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-18 20:37:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-18 20:37:37 -0600
commitcff522f98666e1bf24c36a3a0a2abe3fb2e1abe8 (patch)
tree4bb4f9e031f6b953fdd161960348ae1a1460a065 /src/kernel/qprocess_unix.cpp
parent63d62f785ad636cb65f14aa52ce4dd9c177a6be8 (diff)
downloadtqt3-cff522f98666e1bf24c36a3a0a2abe3fb2e1abe8.tar.gz
tqt3-cff522f98666e1bf24c36a3a0a2abe3fb2e1abe8.zip
Automated update from Qt3
Diffstat (limited to 'src/kernel/qprocess_unix.cpp')
-rw-r--r--src/kernel/qprocess_unix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qprocess_unix.cpp b/src/kernel/qprocess_unix.cpp
index a1867247..39027459 100644
--- a/src/kernel/qprocess_unix.cpp
+++ b/src/kernel/qprocess_unix.cpp
@@ -1135,7 +1135,7 @@ bool TQProcess::canReadLineStderr() const
This function always returns immediately. The data you
pass to writeToStdin() is copied into an internal memory buffer in
TQProcess, and when control goes back to the event loop, TQProcess will
- starting transferring data from this buffer to the running process. �
+ starting transferring data from this buffer to the running process.  
Sometimes the data will be transferred in several payloads, depending on
how much data is read at a time by the process itself. When TQProcess has
transferred all the data from its memory buffer to the running process, it