debugger: small tweaks to gotoLocation()

This commit is contained in:
hjk
2009-10-02 12:31:19 +02:00
parent a8430f3382
commit 99bdc54199
4 changed files with 15 additions and 24 deletions

View File

@@ -378,8 +378,6 @@ void DebuggerManager::init()
QAbstractItemView *stackView =
qobject_cast<QAbstractItemView *>(d->m_stackWindow);
stackView->setModel(d->m_stackHandler->stackModel());
connect(stackView, SIGNAL(frameActivated(int)),
this, SLOT(activateFrame(int)));
connect(theDebuggerAction(ExpandStack), SIGNAL(triggered()),
this, SLOT(reloadFullStack()));
connect(theDebuggerAction(MaximalStackDepth), SIGNAL(triggered()),