]> git.sesse.net Git - kdenlive/blobdiff - src/commands/resizeclipcommand.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / commands / resizeclipcommand.h
index 9e326e0f8658ff209b21974be5a308d8b0116c88..386c60221bc19b023fb0112b5e51db74ed1fc361 100644 (file)
 #define RESIZECLIPCOMMAND_H
 
 #include <QUndoCommand>
-#include <QGraphicsView>
-#include <QPointF>
-
-#include <KDebug>
 
 #include "definitions.h"
 
@@ -35,8 +31,8 @@ class ResizeClipCommand : public QUndoCommand
 {
 public:
     ResizeClipCommand(CustomTrackView *view, const ItemInfo &start, const ItemInfo &end, bool doIt, bool dontWorry, QUndoCommand * parent = 0);
-    virtual void undo();
-    virtual void redo();
+    void undo();
+    void redo();
 
 private:
     CustomTrackView *m_view;