data: fixed graph display errors

* fixed Storage saving specialized template functions as undefined function node
* fixed usages of same type in functions in return or parameter not clickable in graph, because the edges are on top
This commit is contained in:
Eberhard Graether
2015-06-11 14:04:20 +02:00
parent 063d972b13
commit 3c6782d94d
4 changed files with 34 additions and 23 deletions
+2
View File
@@ -122,6 +122,8 @@ void Project::parseCode()
void Project::logStats() const
{
// m_storage->logGraph();
// m_storage->logLocations();
m_storage->logStats();
}