debugger: apply disassembler/normal view toggling immediately to stack view,

too
This commit is contained in:
hjk
2009-10-01 13:46:03 +02:00
parent 23358d8e25
commit c546a2c5eb
2 changed files with 6 additions and 3 deletions

View File

@@ -89,6 +89,8 @@ StackHandler::StackHandler(QObject *parent)
{
m_currentIndex = 0;
m_canExpand = false;
connect(theDebuggerAction(OperateByInstruction), SIGNAL(triggered()),
this, SLOT(resetModel()));
}
int StackHandler::rowCount(const QModelIndex &parent) const