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:
hjk
2024-02-15 17:50:52 +01:00
parent 5334081270
commit 7c5a0e6bb2
18 changed files with 43 additions and 43 deletions

View File

@@ -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,