logic: Added template specialization and template member specialization edges to call graph

This commit is contained in:
Eberhard Graether
2017-09-14 17:32:33 +02:00
parent 3d2ac64ce6
commit 8beb516b80
+2 -1
View File
@@ -408,7 +408,8 @@ MessageActivateTrail QtGraphView::getMessageActivateTrail(bool forward)
case Node::NODE_FUNCTION:
case Node::NODE_METHOD:
trailType = Edge::EDGE_CALL | Edge::EDGE_OVERRIDE;
trailType = Edge::EDGE_CALL | Edge::EDGE_OVERRIDE |
Edge::EDGE_TEMPLATE_SPECIALIZATION | Edge::EDGE_TEMPLATE_MEMBER_SPECIALIZATION;
horizontalLayout = true;
break;