aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/debugger/shared/debugutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/debugger/shared/debugutil.cpp')
-rw-r--r--tests/auto/declarative/debugger/shared/debugutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/debugger/shared/debugutil.cpp b/tests/auto/declarative/debugger/shared/debugutil.cpp
index 5abafd2111..7af3d0f68f 100644
--- a/tests/auto/declarative/debugger/shared/debugutil.cpp
+++ b/tests/auto/declarative/debugger/shared/debugutil.cpp
@@ -131,7 +131,7 @@ void QDeclarativeDebugProcess::start(const QStringList &arguments)
void QDeclarativeDebugProcess::stop()
{
if (m_process.state() != QProcess::NotRunning) {
- m_process.terminate();
+ m_process.kill();
m_process.waitForFinished(5000);
}
}