sequence: allow default nodes without undo command

This commit is contained in:
itsmattkc
2021-04-22 11:50:24 +10:00
parent d4a2f1d6bc
commit f230bed709
2 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ public:
return tr("A series of cuts that result in an edited video. Also called a timeline.");
}
void add_default_nodes(MultiUndoCommand *command);
void add_default_nodes(MultiUndoCommand *command = nullptr);
virtual QIcon icon() const override;