]> git.sesse.net Git - kdenlive/blobdiff - src/commands/editguidecommand.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / commands / editguidecommand.h
index b271220c15e423d5f065b97a6bc403f6840bb344..b317f8397c3a3a1e40fa30651ac679f7fe02c400 100644 (file)
 #define GUIDECOMMAND_H
 
 #include <QUndoCommand>
-#include <QGraphicsView>
-#include <QPointF>
-#include <QDomElement>
-#include <KDebug>
 
 #include "gentime.h"
 #include "definitions.h"
@@ -32,9 +28,9 @@ class CustomTrackView;
 class EditGuideCommand : public QUndoCommand
 {
 public:
-    EditGuideCommand(CustomTrackView *view, const GenTime oldPos, const QString &oldcomment, const GenTime pos, const QString &comment, bool doIt, QUndoCommand * parent = 0);
-    virtual void undo();
-    virtual void redo();
+    EditGuideCommand(CustomTrackView *view, const GenTime &oldPos, const QString &oldcomment, const GenTime &pos, const QString &comment, bool doIt, QUndoCommand * parent = 0);
+    void undo();
+    void redo();
 
 private:
     CustomTrackView *m_view;