forked from qt-creator/qt-creator
Debugger: Fix build error introduced by merge
Change-Id: I9385490a524c45129a1a190e90e940410ead6355 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -391,7 +391,7 @@ void DebuggerRunControlCreator::enrich(const RunConfiguration *runConfig, const
|
||||
return;
|
||||
}
|
||||
|
||||
m_rp.macroExpander = m_kit->macroExpander();
|
||||
m_rp.macroExpander = kit->macroExpander();
|
||||
|
||||
if (m_runConfig) {
|
||||
if (auto envAspect = m_runConfig->extraAspect<EnvironmentAspect>()) {
|
||||
|
Reference in New Issue
Block a user