forked from qt-creator/qt-creator
Debugger: Use kit macro expander instead of global one where possible
This is low hanging fruit enabling a lot more customization. Change-Id: I1a90fa731ea512852c12a55fad75551efb44e875 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -2929,8 +2929,7 @@ bool boolSetting(int code)
|
||||
|
||||
QString stringSetting(int code)
|
||||
{
|
||||
QString raw = dd->m_debuggerSettings->item(code)->value().toString();
|
||||
return globalMacroExpander()->expand(raw);
|
||||
return dd->m_debuggerSettings->item(code)->value().toString();
|
||||
}
|
||||
|
||||
QStringList stringListSetting(int code)
|
||||
|
||||
Reference in New Issue
Block a user