X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fgroupclipscommand.h;h=9e8728c42ebbfa01d31ef0ab728be902e622c50f;hb=d679fbf19a2511b181570418dc7fa7c815728bcb;hp=d1dd427bbf64c95344782f4e1adc8cc4bd58cebe;hpb=9b507272f9fcd3f0cdc96badcef9ba66da2a34e4;p=kdenlive diff --git a/src/commands/groupclipscommand.h b/src/commands/groupclipscommand.h index d1dd427b..9e8728c4 100644 --- a/src/commands/groupclipscommand.h +++ b/src/commands/groupclipscommand.h @@ -22,10 +22,7 @@ #define GROUPCLIPSCOMMAND_H #include -#include -#include -#include #include "definitions.h" class CustomTrackView; @@ -34,8 +31,8 @@ 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(); + void undo(); + void redo(); private: CustomTrackView *m_view;