]> git.sesse.net Git - kdenlive/blobdiff - testingArea/audioOffset.cpp
Use const & with foreach loops where possible [krazy 46/46] by Mikko Rapeli
[kdenlive] / testingArea / audioOffset.cpp
index 3d8a84bd6fff11020cf431537b90eec7842567b0..13945f6bd949e1919bb02bda5d34ee99c1c08994 100644 (file)
@@ -52,7 +52,7 @@ int main(int argc, char *argv[])
     bool useFFT = false;
 
     // Load arguments
-    foreach (QString str, args) {
+    foreach (const QString &str, args) {
 
         if (str.startsWith("--profile=")) {
             QString s = str;