]> git.sesse.net Git - kdenlive/blobdiff - src/editeffectcommand.h
add / edit effect keyframe is now integrated in the undo framework
[kdenlive] / src / editeffectcommand.h
index 369868349ed27a07043fa0914b12f2aa206ace78..c06fe93143b1b0a051dacd0caaf39bff9cdb4df5 100644 (file)
@@ -39,10 +39,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;
 };