fixed qt assert when importing files

This commit is contained in:
itsmattkc
2021-04-08 12:42:09 +10:00
parent cb75e37e77
commit ff9e9eb90b
3 changed files with 11 additions and 8 deletions
+2
View File
@@ -76,6 +76,8 @@ class NodeAddCommand : public UndoCommand {
public:
NodeAddCommand(NodeGraph* graph, Node* node);
void PushToThread(QThread* thread);
virtual Project* GetRelevantProject() const override;
virtual void redo() override;