]> 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 9b5a4ae6bbc164ae54a1eb59c5242419e1d5db23..386c60221bc19b023fb0112b5e51db74ed1fc361 100644 (file)
 #define RESIZECLIPCOMMAND_H
 
 #include <QUndoCommand>
-#include <QGraphicsView>
-#include <QPointF>
-
-#include <KDebug>
 
 #include "definitions.h"
 
@@ -34,9 +30,9 @@ class CustomTrackView;
 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();
+    ResizeClipCommand(CustomTrackView *view, const ItemInfo &start, const ItemInfo &end, bool doIt, bool dontWorry, QUndoCommand * parent = 0);
+    void undo();
+    void redo();
 
 private:
     CustomTrackView *m_view;