Skip to content
Snippets Groups Projects
Commit 35ef6519 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Debugger: Show address column of stack view.

parent ba219e2a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment