]> git.sesse.net Git - kdenlive/blobdiff - src/commands/configtrackscommand.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / commands / configtrackscommand.h
index 9c13c3e012875ee66addb8c09ee3a729bc1bcbb2..37b381eb4ed07a015b3ab1f6607df1b8024bf8b6 100644 (file)
@@ -21,8 +21,6 @@
 #define CONFIGTRACKSCOMMAND_H
 
 #include <QUndoCommand>
-#include <QGraphicsView>
-#include <QPointF>
 
 #include "definitions.h"
 
@@ -31,9 +29,9 @@ class CustomTrackView;
 class ConfigTracksCommand : public QUndoCommand
 {
 public:
-    ConfigTracksCommand(CustomTrackView *view, QList <TrackInfo> oldInfos, QList <TrackInfo> newInfos, QUndoCommand * parent = 0);
-    virtual void undo();
-    virtual void redo();
+    ConfigTracksCommand(CustomTrackView *view, const QList <TrackInfo> &oldInfos, const QList <TrackInfo> &newInfos, QUndoCommand * parent = 0);
+    void undo();
+    void redo();
 
 private:
     CustomTrackView *m_view;