X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Faddtrackcommand.h;h=3e36dbd16183647163997954804c4ecbae4f8a01;hb=8fc4ca35f2a709a30a91fbaf170980fc6d13ce03;hp=acb4f4801bca063439a7824656114531088501c7;hpb=f4699aef75ea62acb69ad499317493facdef04df;p=kdenlive diff --git a/src/commands/addtrackcommand.h b/src/commands/addtrackcommand.h index acb4f480..3e36dbd1 100644 --- a/src/commands/addtrackcommand.h +++ b/src/commands/addtrackcommand.h @@ -22,10 +22,6 @@ #define ADDTRACKCOMMAND_H #include -#include -#include - -#include #include "definitions.h" class CustomTrackView; @@ -34,8 +30,8 @@ class AddTrackCommand : public QUndoCommand { public: AddTrackCommand(CustomTrackView *view, int ix, const TrackInfo &info, bool addTrack, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + void undo(); + void redo(); private: CustomTrackView *m_view;