]> git.sesse.net Git - kdenlive/blobdiff - src/commands/changespeedcommand.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / commands / changespeedcommand.h
index 4640f15f1ba4b4214d7231c19265485fb2af0bbf..e45f8a802cdaf59901cca0ef1d85cf8b95447315 100644 (file)
@@ -22,8 +22,6 @@
 #define CHANGESPEEDCOMMAND_H
 
 #include <QUndoCommand>
-#include <QGraphicsView>
-#include <KDebug>
 
 #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;