]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/capturehandler.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / stopmotion / capturehandler.h
index 9e1e3502979ea63fd768be30078af6bc184c4ce9..fe730a46bf534c24f7c25ff23431ca5cbd0b707b 100644 (file)
@@ -28,7 +28,7 @@ class CaptureHandler : public QObject
 {
     Q_OBJECT
 public:
-    CaptureHandler(QVBoxLayout *lay, QWidget *parent = 0);
+    explicit CaptureHandler(QVBoxLayout *lay, QWidget *parent = 0);
     ~CaptureHandler();
     virtual void startPreview(int deviceId, int captureMode, bool audio = true) = 0;
     virtual void stopPreview() = 0;
@@ -52,7 +52,7 @@ protected:
 signals:
     void gotTimeCode(ulong);
     void gotMessage(const QString &);
-    void frameSaved(const QString);
+    void frameSaved(const QString &);
     void gotFrame(QImage);
 };