X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fmovegroupcommand.h;h=377712bda57ae47b49bfc7efc1a82f3139909fa4;hb=f5a501e9143701fb25054d859d0e0d1d5eb5b4dc;hp=c9550ea53aa1795dee460665c9e8992c5342e133;hpb=fd3954b6965b2bc81eeed9fadd40dbbf9607fa37;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;