]> git.sur5r.net Git - minitube/blobdiff - src/videosource.cpp
Upload 3.9.3-2 to unstable
[minitube] / src / videosource.cpp
index 6f08656a1b662e1e9952768a87bb3555088a1e54..6ca33cf8e502f0b93265997e71591de8fd245624 100644 (file)
@@ -20,7 +20,7 @@ $END_LICENSE */
 
 #include "videosource.h"
 
-void VideoSource::setParam(QString name, QVariant value) {
+void VideoSource::setParam(const QString &name, const QVariant &value) {
     bool success = setProperty(name.toUtf8(), value);
     if (!success) qWarning() << "Failed to set property" << name << value.toString();
 }