summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/procinterrupt.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-03-05 14:00:19 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-03-05 15:26:23 +0100
commit6e118e72a0bcffa3a6c6967fd9196415063673f1 (patch)
treefc43fa6130a3a31186812f6b2dbf26eedb6bb99e /src/plugins/debugger/procinterrupt.h
parent445e409db75bb83e03efa7acde2de36d24958bc3 (diff)
downloadqt-creator-6e118e72a0bcffa3a6c6967fd9196415063673f1.tar.gz
process interruption improvements
rely on the inferior's pid being available. consequently, remove the bizarre findChild stuff.
Diffstat (limited to 'src/plugins/debugger/procinterrupt.h')
-rw-r--r--src/plugins/debugger/procinterrupt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/procinterrupt.h b/src/plugins/debugger/procinterrupt.h
index ed55dd762b..0e615ad434 100644
--- a/src/plugins/debugger/procinterrupt.h
+++ b/src/plugins/debugger/procinterrupt.h
@@ -36,7 +36,6 @@ namespace Debugger {
namespace Internal {
bool interruptProcess(int pID);
-bool interruptChildProcess(Q_PID parentPID);
} // Internal
} // GdbDebugger