]> git.sesse.net Git - kdenlive/blobdiff - src/addtransitioncommand.h
Apply patch from P. Fleury to improve jog shuttle speed handling.
[kdenlive] / src / addtransitioncommand.h
index 1994d10aed08762773f2ee0dcd4604adb401da56..be6f6a19bc1d2c8c17be3201a099b7b4e8f1d598 100644 (file)
@@ -29,7 +29,8 @@
 class CustomTrackView;
 
 
-class AddTransitionCommand : public QUndoCommand {
+class AddTransitionCommand : public QUndoCommand
+{
 public:
     AddTransitionCommand(CustomTrackView *view, ItemInfo info, int transitiontrack, QDomElement params, bool remove, bool doIt, QUndoCommand * parent = 0);
     virtual void undo();
@@ -42,6 +43,7 @@ private:
     int m_track;
     bool m_doIt;
     bool m_remove;
+    bool m_refresh;
 };
 
 #endif