forked from qt-creator/qt-creator
ProjectExplorer: Use a ProjectConfiguration's own MacroExpander
... rather than the Target's. Change-Id: I2ecbe64f947e19abfbbec8904c38ae5591d4bd9f Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -99,5 +99,5 @@ Id ProjectExplorer::idFromMap(const Store &map)
|
||||
|
||||
QString ProjectConfiguration::expandedDisplayName() const
|
||||
{
|
||||
return m_target->macroExpander()->expand(m_displayName.value());
|
||||
return macroExpander()->expand(m_displayName.value());
|
||||
}
|
||||
|
Reference in New Issue
Block a user