Debugger: Force reset of "Load system GDB pretty printer" option

Using them still bites often. Since we can't distinguish between
setups run first with Creator 3.1 (where the option was 'on'
by default) and people who actively selected that at another
time, reset for all. People _needing_ them can opt in again.
There won't be many, if at all.

Change-Id: I68c64d71f0c8ab4a3e6c73cc91481a7d3f9ef6b9
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
hjk
2014-06-25 17:13:29 +02:00
parent 10c2de0797
commit cc4943a240

View File

@@ -360,7 +360,7 @@ DebuggerSettings::DebuggerSettings()
insertItem(LoadGdbInit, item);
item = new SavedAction(this);
item->setSettingsKey(debugModeGroup, QLatin1String("LoadGdbDumpers"));
item->setSettingsKey(debugModeGroup, QLatin1String("LoadGdbDumpers1"));
item->setDefaultValue(QString());
item->setCheckable(true);
item->setDefaultValue(true);