X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frazorclipcommand.h;h=c66a22c041f87e9e85da31e799dc47a89720ce61;hb=cd3b65414a5311dc3a830413b2d02cc77c0c5f0e;hp=200fc5df1fac5f6198c63d836e3050b08746f4c0;hpb=12ec352602795fa2970c71fccab4bad309d817ea;p=kdenlive diff --git a/src/razorclipcommand.h b/src/razorclipcommand.h index 200fc5df..c66a22c0 100644 --- a/src/razorclipcommand.h +++ b/src/razorclipcommand.h @@ -29,9 +29,10 @@ class CustomTrackView; -class RazorClipCommand : public QUndoCommand { +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();