Valgrind: Use stop() instead of stopProcess()

Change-Id: I9efd3dcec1e894e64fc2684ae2fad5606c90b68f
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2022-06-16 08:44:51 +02:00
parent c96571ca74
commit 1c587f136a

View File

@@ -316,7 +316,7 @@ QString ValgrindRunner::errorString() const
void ValgrindRunner::stop() void ValgrindRunner::stop()
{ {
d->m_valgrindProcess.stopProcess(); d->m_valgrindProcess.stop();
} }
XmlProtocol::ThreadedParser *ValgrindRunner::parser() const XmlProtocol::ThreadedParser *ValgrindRunner::parser() const