forked from qt-creator/qt-creator
Valgrind: Use stop() instead of stopProcess()
Change-Id: I9efd3dcec1e894e64fc2684ae2fad5606c90b68f Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user