]> git.sesse.net Git - kdenlive/blobdiff - src/moveclipcommand.h
Allow to add image sequence through the usual "add clip" dialog
[kdenlive] / src / moveclipcommand.h
index 933318887488c3f80402493d57b22115d0da6bf4..5b7d99ffecac95d1495be7a3dba530be8fd19886 100644 (file)
 #ifndef MOVECLIPCOMMAND_H
 #define MOVECLIPCOMMAND_H
 
-#include <QUndoCommand>
-#include <QGraphicsView>
-#include <QPointF>
 
-#include <KDebug>
 #include "definitions.h"
+#include <QUndoCommand>
 
 class CustomTrackView;
 
@@ -42,6 +39,7 @@ private:
     const ItemInfo m_startPos;
     const ItemInfo m_endPos;
     bool m_doIt;
+    bool m_refresh;
 };
 
 #endif