X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fstopmotion%2Fcapturehandler.cpp;h=e41a06ff2989055ca3fb5eb9e4069c839f45a540;hb=147ce69b96c1bb3869cc7390a75107b13cc53e73;hp=fc3a9b4989ca10f389824c3239f2a1f3c4af98dc;hpb=31ed07c68c21990dde342220bb045178b2ac0ea7;p=kdenlive diff --git a/src/stopmotion/capturehandler.cpp b/src/stopmotion/capturehandler.cpp index fc3a9b49..e41a06ff 100644 --- a/src/stopmotion/capturehandler.cpp +++ b/src/stopmotion/capturehandler.cpp @@ -24,7 +24,8 @@ CaptureHandler::CaptureHandler(QVBoxLayout *lay, QWidget *parent): m_layout(lay), - m_parent(parent) + m_parent(parent), + m_analyseFrame(KdenliveSettings::analyse_stopmotion()) { } @@ -33,6 +34,11 @@ CaptureHandler::~CaptureHandler() stopCapture(); } +void CaptureHandler::setAnalyse(bool isOn) +{ + m_analyseFrame = isOn; +} + void CaptureHandler::stopCapture() { }