forked from qt-creator/qt-creator
Valgrind: Postpone the decision on whether its a local run
The decision is wrong anyway, no harm done. Move it closer to a location where it can be done correctly. Change-Id: I92de8ffec92cae6b3de3322d5045b696ae62932f Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -182,7 +182,7 @@ void ValgrindRunner::waitForFinished() const
|
||||
bool ValgrindRunner::start()
|
||||
{
|
||||
// FIXME: This wrongly uses "useStartupProject" for a Local/Remote decision.
|
||||
d->run(new ValgrindProcess(d->useStartupProject, d->connParams, 0, this));
|
||||
d->run(new ValgrindProcess(d->connParams, 0, this));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user