]> git.sesse.net Git - kdenlive/blobdiff - src/commands/moveeffectcommand.h
Const'ref
[kdenlive] / src / commands / moveeffectcommand.h
index ee86ffb274657f73b770b7baecbbf52958f212cc..47d17dede41602526027b8ff3ca9e380e28d0197 100644 (file)
@@ -22,9 +22,7 @@
 #define MOVEEFFECTCOMMAND_H
 
 #include <QUndoCommand>
-#include <KDebug>
 #include <gentime.h>
-#include <QDomElement>
 
 class CustomTrackView;
 
@@ -35,8 +33,8 @@ public:
 
     virtual int id() const;
     virtual bool mergeWith(const QUndoCommand * command);
-    virtual void undo();
-    virtual void redo();
+    void undo();
+    void redo();
 
 private:
     CustomTrackView *m_view;