Hide list of children completely in structured data

* This makes it easier to enforce object ownership, as well as gives us options
  for e.g. generating structure data on demand lazily.
This commit is contained in:
baldurk
2020-10-23 15:55:44 +01:00
parent 117e16041a
commit 394896a3c9
15 changed files with 317 additions and 246 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ void APIInspector::fillAPIView()
root->setText(1, chunk->name);
addStructuredObjects(root, chunk->data.children, false);
addStructuredChildren(root, *chunk);
}
else
{