X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Feditkeyframecommand.h;h=81ece609a8c207c263a18e6b2160bfb4f68b1995;hb=b2f37cecd90d42af8cc8f655462c91cf6624cb01;hp=e35603fa957a0b2b9fd4486c2a94ca7d2ff7240e;hpb=020035a721ab682e4171443afaf10b5efa189586;p=kdenlive diff --git a/src/commands/editkeyframecommand.h b/src/commands/editkeyframecommand.h index e35603fa..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" @@ -32,9 +28,9 @@ class CustomTrackView; class EditKeyFrameCommand : public QUndoCommand { public: - EditKeyFrameCommand(CustomTrackView *view, const int track, GenTime pos, const int effectIndex, const QString& oldkeyframes, const QString& newkeyframes, bool doIt); - virtual void undo(); - virtual void redo(); + EditKeyFrameCommand(CustomTrackView *view, const int track, const GenTime &pos, const int effectIndex, const QString& oldkeyframes, const QString& newkeyframes, bool doIt); + void undo(); + void redo(); private: CustomTrackView *m_view;