]> git.sesse.net Git - kdenlive/blobdiff - src/v4l/v4lcapture.h
const'ify
[kdenlive] / src / v4l / v4lcapture.h
index 915b517bb318899dcdc5b685be982e5bfac34d7d..9a742f651e62ce3df44bcffa3d889c6317ec2203 100644 (file)
@@ -32,7 +32,7 @@ class V4lCaptureHandler
 
 public:
     V4lCaptureHandler();
-    static QStringList getDeviceName(QString input);
+    static QStringList getDeviceName(const QString &input);
 
 };