X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmovegroupcommand.h;h=c9550ea53aa1795dee460665c9e8992c5342e133;hb=16968707d51d1b04a6a4f34ec69e02ef81e0b656;hp=d5cae6632e312dd1c9bcc63dcde47d4f7efd14ec;hpb=a87b910ae8567b991c221cad12fd9a60dbdf03ae;p=kdenlive diff --git a/src/movegroupcommand.h b/src/movegroupcommand.h index d5cae663..c9550ea5 100644 --- a/src/movegroupcommand.h +++ b/src/movegroupcommand.h @@ -21,17 +21,14 @@ #ifndef MOVEGROUPCOMMAND_H #define MOVEGROUPCOMMAND_H -#include -#include -#include - -#include #include "definitions.h" +#include class GenTime; class CustomTrackView; -class MoveGroupCommand : public QUndoCommand { +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();