forked from qt-creator/qt-creator
Rename RunControl::aspect to RunControl::aspectData
It's the "persisted" form of the content of the original aspect's data, calling it 'aspect' already confused me a few times. Change-Id: I88a6f76f0ca39d3d36dde9b84287032ceecf7033 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -210,7 +210,7 @@ public:
|
||||
|
||||
setStartModifier([this, runControl, portsGatherer] {
|
||||
const QString browserId =
|
||||
runControl->aspect<WebBrowserSelectionAspect>()->currentBrowser;
|
||||
runControl->aspectData<WebBrowserSelectionAspect>()->currentBrowser;
|
||||
setCommandLine(emrunCommand(runControl->target(),
|
||||
runControl->buildKey(),
|
||||
browserId,
|
||||
|
||||
Reference in New Issue
Block a user