X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fmovegroupcommand.h;h=377712bda57ae47b49bfc7efc1a82f3139909fa4;hb=58a394d7321facfac2d7bbacd67c37b5db396c96;hp=66f8d26e5e2dd77776ea307f0da8baf0a81f1189;hpb=9b507272f9fcd3f0cdc96badcef9ba66da2a34e4;p=kdenlive diff --git a/src/commands/movegroupcommand.h b/src/commands/movegroupcommand.h index 66f8d26e..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;