debugger: make threadnames feature optional

This commit is contained in:
hjk
2010-12-20 17:39:51 +01:00
parent 8095a25709
commit 96475f9553
5 changed files with 24 additions and 2 deletions

View File

@@ -204,6 +204,13 @@ DebuggerSettings::DebuggerSettings(QSettings *settings)
item->setValue(true);
insertItem(UseCodeModel, item);
item = new SavedAction(this);
item->setSettingsKey(debugModeGroup, QLatin1String("ShowThreadNames"));
item->setCheckable(true);
item->setDefaultValue(false);
item->setValue(false);
insertItem(ShowThreadNames, item);
//
// Breakpoints