forked from qt-creator/qt-creator
Decouple code parser and model
Additionally some minor refactorings to increase readability. Change-Id: I0be120fcedcf31dbb0116d84f0d3c23cf95e7d91 Reviewed-by: Andre Poenitz <andre.poenitz@theqtcompany.com>
This commit is contained in:
@@ -71,7 +71,7 @@ TestTreeItem::TestTreeItem(const TestTreeItem &other)
|
||||
}
|
||||
}
|
||||
|
||||
TestTreeItem *TestTreeItem::child(int row)
|
||||
TestTreeItem *TestTreeItem::child(int row) const
|
||||
{
|
||||
return m_children.at(row);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user