summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-21 12:39:57 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-21 12:39:57 (GMT)
commit7669f91c33328505fbe52f4913bd3f8745b76d31 (patch)
tree92a7959e0ed1f3de86f95af7c7be185815788cf4 /src/corelib/io/qprocess.cpp
parent7d5713b5c9e3372ebbe5302ecb8278af548a9943 (diff)
downloadQt-7669f91c33328505fbe52f4913bd3f8745b76d31.zip
Qt-7669f91c33328505fbe52f4913bd3f8745b76d31.tar.gz
Qt-7669f91c33328505fbe52f4913bd3f8745b76d31.tar.bz2
Review inspired changes to Symbian QProcess
- Renamed two classes to conform to Qt conventions - Cosmetic changes. Reviewed-by: Janne Koskinen
Diffstat (limited to 'src/corelib/io/qprocess.cpp')
-rw-r--r--src/corelib/io/qprocess.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp
index 18ed676..06204cc 100644
--- a/src/corelib/io/qprocess.cpp
+++ b/src/corelib/io/qprocess.cpp
@@ -265,7 +265,7 @@ void QProcessPrivate::Channel::clear()
\snippet doc/src/snippets/process/process.cpp 0
- \section1 Notes for Windows Users
+ \section1 Notes for Windows Users
Some Windows commands (for example, \c dir) are not provided by
separate applications, but by the command interpreter itself.
@@ -1759,9 +1759,6 @@ void QProcess::terminate()
On Windows, kill() uses TerminateProcess, and on Unix and Mac OS X, the
SIGKILL signal is sent to the process.
- \note Killing running processes from other processes will typically
- cause a panic in Symbian due to platform security.
-
\sa terminate()
*/
void QProcess::kill()