Debugger: Remove unneeded setUseDebuggingHelpers slot

Change-Id: I62be12e5afe6d2b9a81c03e980e01a49dc4e4632
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Orgad Shaneh
2012-01-31 21:15:45 +02:00
committed by hjk
parent 5d0407ef46
commit 5e3cebd0f4
2 changed files with 1 additions and 8 deletions

View File

@@ -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;