]> git.sesse.net Git - kdenlive/blobdiff - src/commands/editkeyframecommand.h
Const'ref
[kdenlive] / src / commands / editkeyframecommand.h
index 2a2b5b2be39445e2f70a046a9bbe70ce711138ea..81ece609a8c207c263a18e6b2160bfb4f68b1995 100644 (file)
 #define KEYFRAMECOMMAND_H
 
 #include <QUndoCommand>
-#include <QGraphicsView>
-#include <QPointF>
-#include <QDomElement>
-#include <KDebug>
 
 #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;