documented node view classes
This commit is contained in:
@@ -93,6 +93,10 @@ bool NodeViewItem::IsExpanded()
|
||||
|
||||
void NodeViewItem::SetExpanded(bool e)
|
||||
{
|
||||
if (expanded_ = e) {
|
||||
return;
|
||||
}
|
||||
|
||||
expanded_ = e;
|
||||
|
||||
QRectF new_rect;
|
||||
|
||||
Reference in New Issue
Block a user