]> git.sesse.net Git - kdenlive/blobdiff - src/edittransitioncommand.h
add / edit effect keyframe is now integrated in the undo framework
[kdenlive] / src / edittransitioncommand.h
index 0a6c16d8552b048a69992ee89a1cbbf7242dca26..9a12d5b19f1501197cf7a0e86afb962537774bcb 100644 (file)
@@ -36,10 +36,10 @@ public:
 
 private:
     CustomTrackView *m_view;
-    int m_track;
+    const int m_track;
     QDomElement m_effect;
     QDomElement m_oldeffect;
-    GenTime m_pos;
+    const GenTime m_pos;
     bool m_doIt;
 };