forked from qt-creator/qt-creator
Debugger: Remove unneeded setUseDebuggingHelpers slot
Change-Id: I62be12e5afe6d2b9a81c03e980e01a49dc4e4632 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1960,7 +1960,7 @@ void GdbEngine::setupEngine()
|
||||
if (m_gdbAdapter->dumperHandling() != AbstractGdbAdapter::DumperNotAvailable) {
|
||||
connect(debuggerCore()->action(UseDebuggingHelpers),
|
||||
SIGNAL(valueChanged(QVariant)),
|
||||
SLOT(setUseDebuggingHelpers(QVariant)));
|
||||
SLOT(reloadLocals()));
|
||||
}
|
||||
|
||||
QTC_CHECK(state() == EngineSetupRequested);
|
||||
@@ -4977,12 +4977,6 @@ void GdbEngine::handleAdapterCrashed(const QString &msg)
|
||||
showMessageBox(QMessageBox::Critical, tr("Adapter crashed"), msg);
|
||||
}
|
||||
|
||||
void GdbEngine::setUseDebuggingHelpers(const QVariant &)
|
||||
{
|
||||
setTokenBarrier();
|
||||
updateLocals();
|
||||
}
|
||||
|
||||
bool GdbEngine::hasPython() const
|
||||
{
|
||||
return m_hasPython;
|
||||
|
||||
Reference in New Issue
Block a user