Convert terminal window process from K3Process to QProcess.
commit43201207594ce68781b8bcd751fa99f10255948d
authorJohannes Sixt <j6t@kdbg.org>
Fri, 1 Oct 2010 21:29:45 +0000 (1 23:29 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Fri, 1 Oct 2010 21:29:45 +0000 (1 23:29 +0200)
tree3bf80caeb69db107cd397ff2fbb7e0a358c820ba
parent132397cceb56ebc70514f146df070af75d2c932e
Convert terminal window process from K3Process to QProcess.

Previously, the K3Process object was destroyed when the terminal process
exited. The new strategy is to just start and kill the process, but to
reuse the QProcess object.
kdbg/dbgmainwnd.cpp
kdbg/dbgmainwnd.h