summaryrefslogtreecommitdiffstats
path: root/src/kernel/qprocess_unix.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2013-03-02 15:54:34 -0600
committerDarrell Anderson <[email protected]>2013-03-02 15:54:34 -0600
commit85e23da660cc38aa36026664631e9effcb53726b (patch)
tree5daf0998c4c154b41fc500204e55c97d83534510 /src/kernel/qprocess_unix.cpp
parent67196343e4fac61834c980d6ccd4d9b661e781b6 (diff)
parentcb6a50aa2564adf03b5ccd87b8ee0e68947d3a61 (diff)
downloadtqt3-85e23da660cc38aa36026664631e9effcb53726b.tar.gz
tqt3-85e23da660cc38aa36026664631e9effcb53726b.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
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 a18672473..39027459d 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