]> git.sesse.net Git - kdenlive/blobdiff - src/resizeclipcommand.cpp
Fix breakage of render parameters:
[kdenlive] / src / resizeclipcommand.cpp
index db5037b40370a5645db4b560f46fe5bdc541ea66..9ad85065b0900f2a8e5bb39f0609886b6546d83c 100644 (file)
 
 #include <KLocale>
 
-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)
+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"));
 }