forked from qt-creator/qt-creator
Debugger: GDB: Append debug-file-location
Now the debug-file-location will not be replaced, but enhanced when new debug-file-locations are defined. Change-Id: Ibabcd5814f281e5e378b29abcee1ac646b01cdcd Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -380,8 +380,8 @@ DebuggerSettings::DebuggerSettings(QSettings *settings)
|
||||
item->setSettingsKey(debugModeGroup, QLatin1String("AutoEnrichParameters"));
|
||||
item->setDefaultValue(QString());
|
||||
item->setCheckable(true);
|
||||
item->setDefaultValue(false);
|
||||
item->setValue(false);
|
||||
item->setDefaultValue(true);
|
||||
item->setValue(true);
|
||||
insertItem(AutoEnrichParameters, item);
|
||||
|
||||
item = new SavedAction(this);
|
||||
|
||||
Reference in New Issue
Block a user