forked from qt-creator/qt-creator
Valgrind: Announce 'started', not 'stopped' on startup
Also provide a name for the workers. Change-Id: I323c498db1eeb8225170aae080fdf084aa53e14a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -42,6 +42,7 @@ using namespace Valgrind::Internal;
|
||||
CallgrindToolRunner::CallgrindToolRunner(ProjectExplorer::RunControl *runControl)
|
||||
: ValgrindToolRunner(runControl)
|
||||
{
|
||||
setDisplayName("CallgrindToolRunner");
|
||||
connect(&m_runner, &Callgrind::CallgrindRunner::finished,
|
||||
this, &CallgrindToolRunner::slotFinished);
|
||||
connect(m_runner.parser(), &Callgrind::Parser::parserDataReady,
|
||||
|
||||
Reference in New Issue
Block a user