X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Finsertspacecommand.h;h=d41ec20e748f9375c8a92c026b95cd69bf344197;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=ab8d97dc8eaace3462765d74b2d96ebf4377813f;hpb=9b507272f9fcd3f0cdc96badcef9ba66da2a34e4;p=kdenlive diff --git a/src/commands/insertspacecommand.h b/src/commands/insertspacecommand.h index ab8d97dc..d41ec20e 100644 --- a/src/commands/insertspacecommand.h +++ b/src/commands/insertspacecommand.h @@ -22,9 +22,7 @@ #define INSERTSPACECOMMAND_H #include -#include -#include #include "definitions.h" class CustomTrackView; @@ -33,8 +31,8 @@ class InsertSpaceCommand : public QUndoCommand { public: InsertSpaceCommand(CustomTrackView *view, const QList &clipsToMove, const QList &transToMove, int track, const GenTime &duration, bool doIt, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + void undo(); + void redo(); private: CustomTrackView *m_view;