diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-05-19 11:36:39 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-05-19 11:36:39 (GMT) |
commit | 58ba7dc8a05353294e1530e1a94de7c9f130a845 (patch) | |
tree | 2aa3623311cb7411655d19344fece30f77b6b811 /src/corelib/io/qprocess.cpp | |
parent | 397a0b223aa4e88ce7985e7721a2b08ba7335cac (diff) | |
download | Qt-58ba7dc8a05353294e1530e1a94de7c9f130a845.zip Qt-58ba7dc8a05353294e1530e1a94de7c9f130a845.tar.gz Qt-58ba7dc8a05353294e1530e1a94de7c9f130a845.tar.bz2 |
doc: Fixed many broken links.
Diffstat (limited to 'src/corelib/io/qprocess.cpp')
-rw-r--r-- | src/corelib/io/qprocess.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp index 7725ca8..b5e7a97 100644 --- a/src/corelib/io/qprocess.cpp +++ b/src/corelib/io/qprocess.cpp @@ -2022,7 +2022,7 @@ void QProcess::start(const QString &program, OpenMode mode) \note Terminating running processes from other processes will typically cause a panic in Symbian due to platform security. - \sa \l {Symbian Platform Security Requirements} + \sa {Symbian Platform Security Requirements} \sa kill() */ void QProcess::terminate() @@ -2040,7 +2040,7 @@ void QProcess::terminate() On Symbian, this function requires platform security capability \c PowerMgmt. If absent, the process will panic with KERN-EXEC 46. - \sa \l {Symbian Platform Security Requirements} + \sa {Symbian Platform Security Requirements} \sa terminate() */ void QProcess::kill() |