forked from qt-creator/qt-creator
ProjectExplorer: Rename 'extraAspect' to 'aspect'
Using aspects is the standard pattern nowadays, there's nothing 'extra' to them anymore. Change-Id: I446f9d7b1db58a4899e5e44df33ce51f655e7be4 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -139,7 +139,7 @@ void IosRunConfiguration::updateDisplayNames()
|
||||
setDefaultDisplayName(tr("Run on %1").arg(devName));
|
||||
setDisplayName(tr("Run %1 on %2").arg(applicationName()).arg(devName));
|
||||
|
||||
extraAspect<ExecutableAspect>()->setExecutable(localExecutable());
|
||||
aspect<ExecutableAspect>()->setExecutable(localExecutable());
|
||||
}
|
||||
|
||||
void IosRunConfiguration::updateEnabledState()
|
||||
|
Reference in New Issue
Block a user