documented node view classes

This commit is contained in:
itsmattkc
2019-07-17 15:31:34 -04:00
parent 845288f513
commit 9633028f99
7 changed files with 184 additions and 4 deletions
+4
View File
@@ -93,6 +93,10 @@ bool NodeViewItem::IsExpanded()
void NodeViewItem::SetExpanded(bool e)
{
if (expanded_ = e) {
return;
}
expanded_ = e;
QRectF new_rect;