implemented node flags

This commit is contained in:
itsmattkc
2021-12-19 13:19:31 -08:00
parent 671fafb496
commit 21165cb2ff
6 changed files with 36 additions and 4 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ Node::Node() :
override_color_(-1),
folder_(nullptr),
operation_stack_(0),
cache_result_(false)
cache_result_(false),
flags_(kNone)
{
uuid_ = QUuid::createUuid();
}