Changeset 769 for trunk/src/corelib/io/qprocess.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/io/qprocess.cpp
r651 r769 552 552 the interpreter to execute the desired command. 553 553 554 555 556 557 558 559 560 561 562 563 554 564 \sa QBuffer, QFile, QTcpSocket 555 565 */ … … 2030 2040 calling kill(). 2031 2041 2042 2043 2044 2032 2045 \note Terminating running processes from other processes will typically 2033 2046 cause a panic in Symbian due to platform security. 2034 2047 2048 2035 2049 \sa kill() 2036 2050 */ … … 2047 2061 SIGKILL signal is sent to the process. 2048 2062 2063 2064 2065 2066 2049 2067 \sa terminate() 2050 2068 */
Note:
See TracChangeset
for help on using the changeset viewer.