]> git.sesse.net Git - kdenlive/blobdiff - src/resizeclipcommand.cpp
Change clip speed (slowmotion) - not finished yet, saving does not work
[kdenlive] / src / resizeclipcommand.cpp
index 721544dc5d6eb458dd60f87efd27bf7f9e74bfee..75e09d0c0f837de5d3b7da15c6c87ca6e7d8fbb5 100644 (file)
@@ -22,8 +22,7 @@
 #include "resizeclipcommand.h"
 #include "customtrackview.h"
 
-ResizeClipCommand::ResizeClipCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt)
-        : m_view(view), m_startPos(start), m_endPos(end), m_doIt(doIt) {
+ResizeClipCommand::ResizeClipCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt, QUndoCommand * parent) : QUndoCommand(parent), m_view(view), m_startPos(start), m_endPos(end), m_doIt(doIt) {
     setText(i18n("Resize clip"));
 }