X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Faddtransitioncommand.h;h=b24da3b393e8bb234cb7d8fe6a3d3d143141f9f4;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=5531b79cee6895585ab49a4d27260966adae0d15;hpb=f4699aef75ea62acb69ad499317493facdef04df;p=kdenlive diff --git a/src/commands/addtransitioncommand.h b/src/commands/addtransitioncommand.h index 5531b79c..b24da3b3 100644 --- a/src/commands/addtransitioncommand.h +++ b/src/commands/addtransitioncommand.h @@ -19,10 +19,7 @@ #define ADDTRANSITIONCOMMAND_H #include -#include -#include #include -#include #include "gentime.h" #include "definitions.h" @@ -33,8 +30,8 @@ class AddTransitionCommand : public QUndoCommand { public: AddTransitionCommand(CustomTrackView *view, const ItemInfo &info, int transitiontrack, const QDomElement ¶ms, bool remove, bool doIt, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + void undo(); + void redo(); private: CustomTrackView *m_view;