forked from qt-creator/qt-creator
MacroExpander: Fall back to global expander
... and use that all over the place. Change-Id: Ie6e0ed0f0d9eaba9b4466761e6b455f33a905086 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -3334,7 +3334,7 @@ bool boolSetting(int code)
|
||||
QString stringSetting(int code)
|
||||
{
|
||||
QString raw = theDebuggerCore->m_debuggerSettings->item(code)->value().toString();
|
||||
return globalMacroExpander()->expandedString(raw);
|
||||
return globalMacroExpander()->expand(raw);
|
||||
}
|
||||
|
||||
QStringList stringListSetting(int code)
|
||||
|
||||
Reference in New Issue
Block a user