X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fstopmotion%2Fcapturehandler.h;h=fe730a46bf534c24f7c25ff23431ca5cbd0b707b;hb=89b6a842077844b0a68c3cc5ac471f57487f9ff2;hp=b2ea249d35eb03698bc8139d49bcfb85706abac6;hpb=f41770656c58ffc541441d04a3845cd1005fcdcf;p=kdenlive diff --git a/src/stopmotion/capturehandler.h b/src/stopmotion/capturehandler.h index b2ea249d..fe730a46 100644 --- a/src/stopmotion/capturehandler.h +++ b/src/stopmotion/capturehandler.h @@ -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;