X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fv4l%2Fv4lcapture.h;h=9a742f651e62ce3df44bcffa3d889c6317ec2203;hb=b2f37cecd90d42af8cc8f655462c91cf6624cb01;hp=0ca337e68f22f6ea6da3e66606099ef4bb26cb5c;hpb=bae96d4b906092465a7624195a55b6527529cd7c;p=kdenlive diff --git a/src/v4l/v4lcapture.h b/src/v4l/v4lcapture.h index 0ca337e6..9a742f65 100644 --- a/src/v4l/v4lcapture.h +++ b/src/v4l/v4lcapture.h @@ -19,19 +19,20 @@ #ifndef __V4LCAPTUREHANDLER_H__ #define __V4LCAPTUREHANDLER_H__ -#include "src.h" +//#include "src.h" #include #include #include #include + class V4lCaptureHandler { public: V4lCaptureHandler(); - static QStringList getDeviceName(QString input); + static QStringList getDeviceName(const QString &input); };