X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fv4l%2Fv4lcapture.h;h=9a742f651e62ce3df44bcffa3d889c6317ec2203;hb=8d7da28432a5274577fa90a2ccf9cd9551159e9d;hp=03bd9c3b35c9a62d736fc5d24c0b9e33d194572c;hpb=ac5f5c9f6d4bdffeb76f3f2098b80f27bc532606;p=kdenlive diff --git a/src/v4l/v4lcapture.h b/src/v4l/v4lcapture.h index 03bd9c3b..9a742f65 100644 --- a/src/v4l/v4lcapture.h +++ b/src/v4l/v4lcapture.h @@ -19,20 +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); };