implement "type" for xml node data

This commit is contained in:
itsmattkc
2022-04-25 13:16:27 -07:00
parent fe7444e762
commit fb53931f68
8 changed files with 25 additions and 18 deletions
+1
View File
@@ -45,6 +45,7 @@ const double NodeView::kMinimumScale = 0.1;
NodeView::NodeView(QWidget *parent) :
HandMovableView(parent),
NodeCopyPasteService(QStringLiteral("nodes")),
drop_edge_(nullptr),
create_edge_(nullptr),
create_edge_output_item_(nullptr),