X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Faddmarkercommand.h;h=09334584e595a65a789237591b89eb50d239451d;hb=d7224c861d0935141cd4f9c57eea1b1902578148;hp=f89ca9370727b962850eb6a56fb6cb3a04c72204;hpb=3935d0f277b512a3f1c07f001c0f06b9d32ab2e3;p=kdenlive diff --git a/src/commands/addmarkercommand.h b/src/commands/addmarkercommand.h index f89ca937..09334584 100644 --- a/src/commands/addmarkercommand.h +++ b/src/commands/addmarkercommand.h @@ -19,10 +19,6 @@ #define MARKERCOMMAND_H #include -#include -#include -#include -#include #include "gentime.h" #include "definitions.h" @@ -33,8 +29,8 @@ class AddMarkerCommand : public QUndoCommand { public: AddMarkerCommand(CustomTrackView *view, const CommentedTime &oldMarker, const CommentedTime &newMarker, const QString &id, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + void undo(); + void redo(); private: CustomTrackView *m_view;