implemented deleting nodes in the nodeview (undoable)

This commit is contained in:
itsmattkc
2019-12-13 04:12:00 +11:00
parent 186973ff20
commit 18bf126574
9 changed files with 140 additions and 2 deletions
+2
View File
@@ -35,6 +35,8 @@ public:
void SetGraph(NodeGraph* graph);
virtual void DeleteSelected() override;
protected:
virtual void changeEvent(QEvent* e) override;