X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fresizeclipcommand.h;h=9b5a4ae6bbc164ae54a1eb59c5242419e1d5db23;hb=a07218cecb5635c276745bdb5f43fe28b170320b;hp=8493c95d3b954a20c7dce3f7765aa2556e68bd81;hpb=c42a026234a44a2d766e57bc64a6ac7bbd094000;p=kdenlive diff --git a/src/resizeclipcommand.h b/src/resizeclipcommand.h index 8493c95d..9b5a4ae6 100644 --- a/src/resizeclipcommand.h +++ b/src/resizeclipcommand.h @@ -34,7 +34,7 @@ class CustomTrackView; class ResizeClipCommand : public QUndoCommand { public: - ResizeClipCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt, QUndoCommand * parent = 0); + ResizeClipCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt, bool dontWorry, QUndoCommand * parent = 0); virtual void undo(); virtual void redo(); @@ -43,6 +43,7 @@ private: ItemInfo m_startPos; ItemInfo m_endPos; bool m_doIt; + bool m_dontWorry; }; #endif