]> git.sesse.net Git - kdenlive/blobdiff - src/profilesdialog.cpp
Const'ref
[kdenlive] / src / profilesdialog.cpp
index 8fc0b01882fb37d045bb317d681dd76a5dea6fe7..1e9c86410c4b0da43bb960d8f36410b7f8f0850d 100644 (file)
@@ -320,7 +320,7 @@ bool ProfilesDialog::existingProfileDescription(const QString &desc)
 }
 
 // static
-QString ProfilesDialog::existingProfile(MltVideoProfile profile)
+QString ProfilesDialog::existingProfile(const MltVideoProfile &profile)
 {
     // Check if the profile has a matching entry in existing ones
     QStringList profilesFilter;