]> git.sesse.net Git - kdenlive/blobdiff - src/razorclipcommand.h
Make on-monitor effect editing work with track effects
[kdenlive] / src / razorclipcommand.h
index afaa2425304d5711d5000df936fedbb8c2cedf08..c66a22c041f87e9e85da31e799dc47a89720ce61 100644 (file)
@@ -32,7 +32,7 @@ class CustomTrackView;
 class RazorClipCommand : public QUndoCommand
 {
 public:
-    RazorClipCommand(CustomTrackView *view, const ItemInfo info, const GenTime cutTime, bool doIt, QUndoCommand * parent = 0);
+    RazorClipCommand(CustomTrackView *view, const ItemInfo info, const GenTime cutTime, bool doIt = true, QUndoCommand * parent = 0);
     virtual void undo();
     virtual void redo();