OSDN Git Service

remove win and symbian leftovers
authorIvailo Monev <xakepa10@gmail.com>
Mon, 13 Jun 2022 06:54:01 +0000 (09:54 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Mon, 13 Jun 2022 06:54:01 +0000 (09:54 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/core/io/qprocess.cpp

index 7556f09..0a96a72 100644 (file)
@@ -1740,21 +1740,6 @@ void QProcess::start(const QString &program, OpenMode mode)
     The process may not exit as a result of calling this function (it is given
     the chance to prompt the user for any unsaved files, etc).
 
-    On Windows, terminate() posts a WM_CLOSE message to all toplevel windows
-    of the process and then to the main thread of the process itself. On Unix
-    and Mac OS X the SIGTERM signal is sent.
-
-    Console applications on Windows that do not run an event loop, or whose
-    event loop does not handle the WM_CLOSE message, can only be terminated by
-    calling kill().
-
-    On Symbian, this function requires platform security capability
-    \c PowerMgmt. If absent, the process will panic with KERN-EXEC 46.
-
-    \note Terminating running processes from other processes will typically
-    cause a panic in Symbian due to platform security.
-
-    \sa {Symbian Platform Security Requirements}
     \sa kill()
 */
 void QProcess::terminate()
@@ -1768,10 +1753,6 @@ void QProcess::terminate()
 
     On Unix 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 {Symbian Platform Security Requirements}
     \sa terminate()
 */
 void QProcess::kill()