X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Feditkeyframecommand.h;h=81ece609a8c207c263a18e6b2160bfb4f68b1995;hb=bf85ada7922e7e71efe54ca62c86fb53e265e3a6;hp=2a2b5b2be39445e2f70a046a9bbe70ce711138ea;hpb=af0cdc3a2441996bb29f9c2d8b4ce0dd87a6fcb0;p=kdenlive diff --git a/src/commands/editkeyframecommand.h b/src/commands/editkeyframecommand.h index 2a2b5b2b..81ece609 100644 --- a/src/commands/editkeyframecommand.h +++ b/src/commands/editkeyframecommand.h @@ -19,10 +19,6 @@ #define KEYFRAMECOMMAND_H #include -#include -#include -#include -#include #include "gentime.h" #include "definitions.h" @@ -33,8 +29,8 @@ class EditKeyFrameCommand : public QUndoCommand { public: EditKeyFrameCommand(CustomTrackView *view, const int track, const GenTime &pos, const int effectIndex, const QString& oldkeyframes, const QString& newkeyframes, bool doIt); - virtual void undo(); - virtual void redo(); + void undo(); + void redo(); private: CustomTrackView *m_view;