Skip to content
Snippets Groups Projects
Commit a23606ff authored by Leandro Melo's avatar Leandro Melo
Browse files

C++: Expand base types in hierarchy view


Change-Id: I2389238e4fa40491b023d496c71fc83e991f3e3a
Reviewed-by: default avatarKai Koehne <kai.koehne@nokia.com>
parent 80d3f733
No related branches found
No related tags found
No related merge requests found
......@@ -186,6 +186,7 @@ void CppTypeHierarchyWidget::buildBaseHierarchy(QVector<CppClass> *s)
for (int i = s->size() - 1; i >= 0; --i) {
QStandardItem *item = itemForClass(s->at(i));
parent->appendRow(item);
m_treeView->expand(m_model->indexFromItem(parent));
parent = item;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment