]> git.sesse.net Git - kdenlive/blobdiff - src/editkeyframecommand.cpp
Add command line option ( --mlt-path ) to give location of the MLT install
[kdenlive] / src / editkeyframecommand.cpp
index edc89816e0016a261a9ea2d087e4b315e65f5f8d..e9624471cf4d70e46e19581100ca9c464c4762f2 100644 (file)
@@ -36,9 +36,8 @@ void EditKeyFrameCommand::undo() {
 // virtual
 void EditKeyFrameCommand::redo() {
     if (m_doIt) {
-    m_view->editKeyFrame(m_pos, m_track, m_index, m_newkfr);
+        m_view->editKeyFrame(m_pos, m_track, m_index, m_newkfr);
     }
     m_doIt = true;
 }
 
-#include "editkeyframecommand.moc"