forked from qt-creator/qt-creator
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:
@@ -406,7 +406,7 @@ void AppOutputPane::createNewOutputWindow(RunControl *rc)
|
||||
this, &AppOutputPane::slotRunControlChanged);
|
||||
connect(rc, &RunControl::started,
|
||||
this, &AppOutputPane::slotRunControlChanged);
|
||||
connect(rc, &RunControl::finished,
|
||||
connect(rc, &RunControl::stopped,
|
||||
this, &AppOutputPane::slotRunControlFinished);
|
||||
connect(rc, &RunControl::applicationProcessHandleChanged,
|
||||
this, &AppOutputPane::enableDefaultButtons);
|
||||
|
||||
Reference in New Issue
Block a user