]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/stopmotion.h
Stopmotion widget: Improved webcam support, taken from the fswebcam project
[kdenlive] / src / stopmotion / stopmotion.h
index bd74a5217a6838820ebd0a814962625b0cca98e1..9da28ad60253fa3076c2932128d6ff9cb6efdeb3 100644 (file)
@@ -120,11 +120,13 @@ private:
     int m_effectIndex;
 #endif
 
-private slots:
+public slots:
     /** @brief Display the live feed from capture device.
      @param isOn enable or disable the feature */
     void slotLive(bool isOn);
 
+private slots:
+
     /** @brief Display the last captured frame over current live feed.
      @param isOn enable or disable the feature */
     void slotShowOverlay(bool isOn);