]> git.sesse.net Git - kdenlive/blobdiff - src/editeffectcommand.h
Several fixes for keyframes, fix bug in clip resize start undo and cleanup
[kdenlive] / src / editeffectcommand.h
index 1b01ede7e674a8bc261f3edde902a67ef88a7a20..c793fd4f842ac3962644dd5d8ec9b3fb7381b7f1 100644 (file)
@@ -31,7 +31,7 @@ class CustomTrackView;
 class EditEffectCommand : public QUndoCommand
 {
 public:
-    EditEffectCommand(CustomTrackView *view, const int track, GenTime pos, QDomElement oldeffect, QDomElement effect, int stackPos, bool doIt);
+    EditEffectCommand(CustomTrackView *view, const int track, GenTime pos, QDomElement oldeffect, QDomElement effect, int stackPos, bool doIt, QUndoCommand *parent = 0);
 
     virtual int id() const;
     virtual bool mergeWith(const QUndoCommand * command);