]> git.sesse.net Git - kdenlive/blobdiff - src/commands/moveclipcommand.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / commands / moveclipcommand.h
index 3ab20cb22dd3e5b6f33f014580e234abbac23a33..253ee067ff1d039697bf07c63632f656129588ac 100644 (file)
@@ -31,9 +31,9 @@ class CustomTrackView;
 class MoveClipCommand : public QUndoCommand
 {
 public:
-    MoveClipCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt, QUndoCommand * parent = 0);
-    virtual void undo();
-    virtual void redo();
+    MoveClipCommand(CustomTrackView *view, const ItemInfo &start, const ItemInfo &end, bool doIt, QUndoCommand * parent = 0);
+    void undo();
+    void redo();
 
 private:
     CustomTrackView *m_view;