Debugger: Switch editor tooltips on by default

Makes them easier discoverable and seems what at least VS people
expect.

Change-Id: Iebf61f4760da6077495a97e6333cc9e9d7816706
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
hjk
2013-11-01 11:42:30 +01:00
parent c89c62c62f
commit 7caaabb61d

View File

@@ -521,7 +521,7 @@ DebuggerSettings::DebuggerSettings()
"does not provide reliable information as it does not use scope "
"information, it is switched off by default."));
item->setCheckable(true);
item->setDefaultValue(false);
item->setDefaultValue(true);
insertItem(UseToolTipsInMainEditor, item);
item = new SavedAction(this);