data: replace template member specialization edge by template specialization edge
This commit is contained in:
committed by
Eberhard Graether
parent
42cb917490
commit
ee7dcc2d83
@@ -617,13 +617,7 @@ Edge::TypeMask QtCustomTrailView::getCheckedEdgeTypes() const
|
||||
if (filter->isEnabled() && filter->isChecked() && filter != m_edgeMember)
|
||||
{
|
||||
Edge::EdgeType type = Edge::getTypeForReadableTypeString(filter->text().toStdWString());
|
||||
|
||||
edgeTypes |= type;
|
||||
|
||||
if (type == Edge::EDGE_TEMPLATE_SPECIALIZATION)
|
||||
{
|
||||
edgeTypes |= Edge::EDGE_TEMPLATE_MEMBER_SPECIALIZATION;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user