forked from qt-creator/qt-creator
debugger: remove rarely needed "Recheck Debuggging Helper Availability"
context menu entry. It was more a debugger debugging aid in the early days of compiled dumpers anyway. Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -1781,8 +1781,6 @@ void GdbEngine::setupEngine()
|
||||
this, SLOT(setUseDebuggingHelpers(QVariant)));
|
||||
connect(theDebuggerAction(DebugDebuggingHelpers), SIGNAL(valueChanged(QVariant)),
|
||||
this, SLOT(setDebugDebuggingHelpersClassic(QVariant)));
|
||||
connect(theDebuggerAction(RecheckDebuggingHelpers), SIGNAL(triggered()),
|
||||
this, SLOT(recheckDebuggingHelperAvailabilityClassic()));
|
||||
}
|
||||
|
||||
QTC_ASSERT(state() == EngineSetupRequested, /**/);
|
||||
|
||||
Reference in New Issue
Block a user