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:
Christian Stenger
2015-02-05 16:07:45 +01:00
parent 61c50e4aa3
commit 2ce99680b2
7 changed files with 387 additions and 367 deletions

View File

@@ -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);
}