ProjectExplorer: Rename RunControl::finished to stopped

That's what it is.

Change-Id: I8cf9af23bb7cafe1cde8f165fdbf85cdeb79f7e4
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2017-07-11 17:25:33 +02:00
parent 9e67a9453a
commit 0a2032e434
9 changed files with 10 additions and 10 deletions

View File

@@ -339,7 +339,7 @@ void QmlProfilerTool::finalizeRunControl(QmlProfilerRunner *runWorker)
}
}
connect(runControl, &RunControl::finished, this, [this, runControl] {
connect(runControl, &RunControl::stopped, this, [this, runControl] {
d->m_toolBusy = false;
updateRunActions();
disconnect(d->m_stopAction, &QAction::triggered, runControl, &RunControl::initiateStop);