]> git.sesse.net Git - kdenlive/blobdiff - src/commands/movegroupcommand.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / commands / movegroupcommand.h
index c9550ea53aa1795dee460665c9e8992c5342e133..377712bda57ae47b49bfc7efc1a82f3139909fa4 100644 (file)
@@ -30,9 +30,9 @@ class CustomTrackView;
 class MoveGroupCommand : public QUndoCommand
 {
 public:
-    MoveGroupCommand(CustomTrackView *view, const QList <ItemInfo> startClip, const QList <ItemInfo> startTransition, const GenTime offset, const int trackOffset, bool doIt, QUndoCommand * parent = 0);
-    virtual void undo();
-    virtual void redo();
+    MoveGroupCommand(CustomTrackView *view, const QList <ItemInfo> &startClip, const QList <ItemInfo> &startTransition, const GenTime &offset, const int trackOffset, bool doIt, QUndoCommand * parent = 0);
+    void undo();
+    void redo();
 
 private:
     CustomTrackView *m_view;