forked from qt-creator/qt-creator
Valgrind: Act on pressing Stop
Fixes: QTCREATORBUG-27714 Change-Id: I82b49df8e4ac70e095abbac31fe5fc06d0140e17 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -316,7 +316,7 @@ QString ValgrindRunner::errorString() const
|
||||
|
||||
void ValgrindRunner::stop()
|
||||
{
|
||||
d->m_valgrindProcess.close();
|
||||
d->m_valgrindProcess.stopProcess();
|
||||
}
|
||||
|
||||
XmlProtocol::ThreadedParser *ValgrindRunner::parser() const
|
||||
|
Reference in New Issue
Block a user