diff options
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() |