X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.cpp;h=4860a5152f2cbe3e1d6741a283ac0dc9a156a29e;hb=67b516688ebe28ebae23296ea72e11ae2fb52cf2;hp=899ce8840b214972ca98c7a00a16474bcc742264;hpb=5e706476c65bb87b1c7e1159a82048067d400bcd;p=kdenlive diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 899ce884..4860a515 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -295,7 +295,7 @@ void MainWindow::slotShuttleButton(int code) { void MainWindow::slotShuttleAction(int code) { switch (code) { case 0: - return; + return; case 1: m_monitorManager->slotPlay(); break;