Debugger: Remove verbose option of the debugger log.

Saves an asking for debugger log roundtrip when the information is just
visible in the verbose log. Was just used inside the cdbengine.

Change-Id: I9801d3ccd8f273c3b4afcf053b00e7af0953a63f
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
David Schulz
2016-03-17 12:58:50 +01:00
committed by hjk
parent 93c1840740
commit c1ad70087d
6 changed files with 4 additions and 44 deletions

View File

@@ -161,13 +161,6 @@ DebuggerSettings::DebuggerSettings()
item->setDefaultValue(false);
insertItem(LogTimeStamps, item);
item = new SavedAction(this);
item->setText(tr("Verbose Log"));
item->setSettingsKey(debugModeGroup, QLatin1String("VerboseLog"));
item->setCheckable(true);
item->setDefaultValue(false);
insertItem(VerboseLog, item);
item = new SavedAction(this);
item->setText(tr("Operate by Instruction"));
item->setCheckable(true);