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:
David Schulz
2012-05-10 16:22:06 +02:00
committed by hjk
parent 84b4b52aed
commit 12e7c26291
3 changed files with 24 additions and 2 deletions

View File

@@ -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);