debugger: fix adding a debugger for a toolchain

This commit is contained in:
hjk
2011-02-22 18:13:34 +01:00
parent 69b6846c9d
commit 431d83465a

View File

@@ -98,8 +98,8 @@ void CommonOptionsPage::apply()
m_group.apply(ICore::instance()->settings()); m_group.apply(ICore::instance()->settings());
if (m_ui.debuggerChooserWidget->isDirty()) { if (m_ui.debuggerChooserWidget->isDirty()) {
//m_abiToDebuggerMap = m_ui.debuggerChooserWidget->debuggerMapping(); m_abiToDebuggerMap = m_ui.debuggerChooserWidget->debuggerMapping();
m_ui.debuggerChooserWidget->setDebuggerMapping(m_abiToDebuggerMap); //m_ui.debuggerChooserWidget->setDebuggerMapping(m_abiToDebuggerMap);
m_abiToDebuggerMapChanged = true; m_abiToDebuggerMapChanged = true;
} }
} }