src: use wstring in tooltip and snippet
This commit is contained in:
@@ -302,11 +302,11 @@ void QtGraphEdge::focusIn()
|
||||
Edge::EdgeType type = (getData() ? getData()->getType() : Edge::EDGE_AGGREGATION);
|
||||
|
||||
TooltipInfo info;
|
||||
info.title = utility::encodeToUtf8(Edge::getReadableTypeString(type));
|
||||
info.title = Edge::getReadableTypeString(type);
|
||||
|
||||
if (type == Edge::EDGE_AGGREGATION && m_direction == TokenComponentAggregation::DIRECTION_NONE)
|
||||
{
|
||||
info.title = "bidirectional " + info.title;
|
||||
info.title = L"bidirectional " + info.title;
|
||||
}
|
||||
|
||||
if (type == Edge::EDGE_AGGREGATION)
|
||||
|
||||
Reference in New Issue
Block a user