X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fchangespeedcommand.h;h=e45f8a802cdaf59901cca0ef1d85cf8b95447315;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=4640f15f1ba4b4214d7231c19265485fb2af0bbf;hpb=af0cdc3a2441996bb29f9c2d8b4ce0dd87a6fcb0;p=kdenlive diff --git a/src/commands/changespeedcommand.h b/src/commands/changespeedcommand.h index 4640f15f..e45f8a80 100644 --- a/src/commands/changespeedcommand.h +++ b/src/commands/changespeedcommand.h @@ -22,8 +22,6 @@ #define CHANGESPEEDCOMMAND_H #include -#include -#include #include "gentime.h" #include "definitions.h" @@ -34,8 +32,8 @@ class ChangeSpeedCommand : public QUndoCommand { public: ChangeSpeedCommand(CustomTrackView *view, const ItemInfo &info, const ItemInfo &speedIndependantInfo, double old_speed, double new_speed, int old_strobe, int new_strobe, const QString &clipId, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + void undo(); + void redo(); private: CustomTrackView *m_view;