data: reduce template related data types
* record template parameter as local symbol * record template default args as type usage
This commit is contained in:
committed by
Eberhard Graether
parent
e621a835fd
commit
583046c291
@@ -623,7 +623,7 @@ Edge::TypeMask QtCustomTrailView::getCheckedEdgeTypes() const
|
||||
|
||||
if (type == Edge::EDGE_TYPE_USAGE)
|
||||
{
|
||||
edgeTypes |= Edge::EDGE_TEMPLATE_ARGUMENT | Edge::EDGE_TEMPLATE_DEFAULT_ARGUMENT;
|
||||
edgeTypes |= Edge::EDGE_TEMPLATE_ARGUMENT;
|
||||
}
|
||||
else if (type == Edge::EDGE_TEMPLATE_SPECIALIZATION)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user