Debugger: Show address column of stack view.

This commit is contained in:
Friedemann Kleint
2009-08-11 08:31:41 +02:00
parent ba219e2a77
commit 35ef65191d

View File

@@ -84,7 +84,7 @@ int StackHandler::rowCount(const QModelIndex &parent) const
int StackHandler::columnCount(const QModelIndex &parent) const
{
return parent.isValid() ? 0 : 4;
return parent.isValid() ? 0 : 5;
}
QVariant StackHandler::data(const QModelIndex &index, int role) const