ui: removed namespace nodes from graph
Nodes within namespaces are display their full name including the namespace.
This commit is contained in:
@@ -22,6 +22,7 @@ public:
|
||||
, connected(false)
|
||||
, aggregated(false)
|
||||
, expanded(false)
|
||||
, hasNamespace(false)
|
||||
, accessType(TokenComponentAccess::ACCESS_NONE)
|
||||
, invisibleSubNodeCount(0)
|
||||
{
|
||||
@@ -118,6 +119,7 @@ public:
|
||||
bool connected;
|
||||
bool aggregated;
|
||||
bool expanded;
|
||||
bool hasNamespace;
|
||||
|
||||
// AccessNode
|
||||
TokenComponentAccess::AccessType accessType;
|
||||
|
||||
Reference in New Issue
Block a user