]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/capturehandler.cpp
- Fix build on FreeBSD.
[kdenlive] / src / stopmotion / capturehandler.cpp
index fc3a9b4989ca10f389824c3239f2a1f3c4af98dc..e41a06ff2989055ca3fb5eb9e4069c839f45a540 100644 (file)
@@ -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()
 {
 }