]> git.sesse.net Git - kdenlive/blobdiff - src/commands/razorclipcommand.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / commands / razorclipcommand.h
index b014318e6d6f6e1314e989eb100d1e114528b9e2..c595ff7f525e95919dcc550b681653d23806d6d0 100644 (file)
@@ -33,9 +33,9 @@ class CustomTrackView;
 class RazorClipCommand : public QUndoCommand
 {
 public:
-    RazorClipCommand(CustomTrackView *view, const ItemInfo info, EffectsList stack, const GenTime cutTime, bool doIt = true, QUndoCommand * parent = 0);
-    virtual void undo();
-    virtual void redo();
+    RazorClipCommand(CustomTrackView *view, const ItemInfo &info, EffectsList stack, const GenTime &cutTime, bool doIt = true, QUndoCommand * parent = 0);
+    void undo();
+    void redo();
 
 private:
     CustomTrackView *m_view;