X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmltdevicecapture.h;h=c811be876ef4409ff3cf88cb1a53bfb68d855867;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=535728e24d4d186f7ef99937e327c850543b13d0;hpb=45adaf0e93ffa28bfeb3425a099ca95e70fd0d79;p=kdenlive diff --git a/src/mltdevicecapture.h b/src/mltdevicecapture.h index 535728e2..c811be87 100644 --- a/src/mltdevicecapture.h +++ b/src/mltdevicecapture.h @@ -25,7 +25,7 @@ #include "gentime.h" #include "definitions.h" -#include "abstractmonitor.h" +#include "widgets/abstractmonitor.h" #include @@ -86,7 +86,7 @@ Q_OBJECT public: void setOverlay(const QString &path); /** @brief This will add an MLT video effect to the overlay track. */ - void setOverlayEffect(const QString &tag, QStringList parameters); + void setOverlayEffect(const QString &tag, const QStringList ¶meters); /** @brief This will add a horizontal flip effect, easier to work when filming yourself. */ void mirror(bool activate); @@ -137,14 +137,14 @@ signals: /** @brief A frame's image has to be shown. * * Used in Mac OS X. */ - void showImageSignal(QImage); + void showImageSignal(const QImage&); void frameSaved(const QString &); void droppedFrames(int); void unblockPreview(); - void imageReady(QImage); + void imageReady(const QImage &); public slots: