]> git.sesse.net Git - kdenlive/blobdiff - src/resizeclipcommand.h
Change clip speed (slowmotion) - not finished yet, saving does not work
[kdenlive] / src / resizeclipcommand.h
index 1b527b46ca3539916a9b14d47906aa4923c50022..8aafadc221d0bfe3a0ce6c941b1c0647167909d7 100644 (file)
@@ -33,7 +33,7 @@ class CustomTrackView;
 
 class ResizeClipCommand : public QUndoCommand {
 public:
-    ResizeClipCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt);
+    ResizeClipCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt, QUndoCommand * parent = 0);
     virtual void undo();
     virtual void redo();