]> git.sesse.net Git - kdenlive/blobdiff - src/moveeffectcommand.h
Add track should work, delete track is still to do
[kdenlive] / src / moveeffectcommand.h
index e6f1802044550440764939aae8df632fb8f26b59..1ac6946b6006bc7d0539b4fe9d0215f98ceced7e 100644 (file)
@@ -30,7 +30,7 @@ class CustomTrackView;
 
 class MoveEffectCommand : public QUndoCommand {
 public:
-    MoveEffectCommand(CustomTrackView *view, const int track, GenTime pos, int oldPos, int newPos, bool doIt);
+    MoveEffectCommand(CustomTrackView *view, const int track, GenTime pos, int oldPos, int newPos, bool doIt, QUndoCommand * parent = 0);
 
     virtual int id() const;
     virtual bool mergeWith(const QUndoCommand * command);