forked from qt-creator/qt-creator
debugger: replace action(ExecuteCommand) be a direct function call
This commit is contained in:
@@ -396,10 +396,6 @@ DebuggerSettings::DebuggerSettings(QSettings *settings)
|
||||
item->setText(tr("Create Full Backtrace"));
|
||||
insertItem(CreateFullBacktrace, item);
|
||||
|
||||
item = new SavedAction(this);
|
||||
item->setText(tr("Execute Line"));
|
||||
insertItem(ExecuteCommand, item);
|
||||
|
||||
item = new SavedAction(this);
|
||||
item->setSettingsKey(debugModeGroup, QLatin1String("WatchdogTimeout"));
|
||||
item->setDefaultValue(20);
|
||||
|
||||
Reference in New Issue
Block a user