data: Fixed aggregation edge creation and display

This commit is contained in:
Eberhard Graether
2015-09-08 14:36:17 +02:00
parent c8679dabbe
commit a7ec6772ff
7 changed files with 49 additions and 81 deletions
@@ -20,7 +20,6 @@ public:
, data(nullptr)
, active(false)
, connected(false)
, aggregated(false)
, expanded(false)
, hasNamespace(false)
, accessType(TokenComponentAccess::ACCESS_NONE)
@@ -117,7 +116,6 @@ public:
const Node* data;
bool active;
bool connected;
bool aggregated;
bool expanded;
bool hasNamespace;