X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fgroupclipscommand.h;h=9e8728c42ebbfa01d31ef0ab728be902e622c50f;hb=HEAD;hp=1a8ef7edb190fba30e38c03bec0cf8148c400793;hpb=87914857d36c5b051b006f3f74d489af3801af4d;p=kdenlive diff --git a/src/commands/groupclipscommand.h b/src/commands/groupclipscommand.h index 1a8ef7ed..9e8728c4 100644 --- a/src/commands/groupclipscommand.h +++ b/src/commands/groupclipscommand.h @@ -22,21 +22,17 @@ #define GROUPCLIPSCOMMAND_H #include -#include -#include -#include #include "definitions.h" -class GenTime; class CustomTrackView; class GroupClipsCommand : public QUndoCommand { public: - GroupClipsCommand(CustomTrackView *view, const QList clipInfos, const QList transitionInfos, bool group, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + GroupClipsCommand(CustomTrackView *view, const QList &clipInfos, const QList &transitionInfos, bool group, QUndoCommand * parent = 0); + void undo(); + void redo(); private: CustomTrackView *m_view;