X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fmovegroupcommand.h;h=377712bda57ae47b49bfc7efc1a82f3139909fa4;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=c9550ea53aa1795dee460665c9e8992c5342e133;hpb=e0a70e0428309070f6ed2716beaeaaba05edd3b5;p=kdenlive diff --git a/src/commands/movegroupcommand.h b/src/commands/movegroupcommand.h index c9550ea5..377712bd 100644 --- a/src/commands/movegroupcommand.h +++ b/src/commands/movegroupcommand.h @@ -30,9 +30,9 @@ class CustomTrackView; class MoveGroupCommand : public QUndoCommand { public: - MoveGroupCommand(CustomTrackView *view, const QList startClip, const QList startTransition, const GenTime offset, const int trackOffset, bool doIt, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + MoveGroupCommand(CustomTrackView *view, const QList &startClip, const QList &startTransition, const GenTime &offset, const int trackOffset, bool doIt, QUndoCommand * parent = 0); + void undo(); + void redo(); private: CustomTrackView *m_view;