]> git.sesse.net Git - kdenlive/commitdiff
Const'ref
authorMontel Laurent <montel@kde.org>
Mon, 3 Jun 2013 17:52:32 +0000 (19:52 +0200)
committerMontel Laurent <montel@kde.org>
Mon, 3 Jun 2013 17:52:32 +0000 (19:52 +0200)
src/profilesdialog.cpp
src/profilesdialog.h

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;
index 31bae209986549cb2385548da9d9811aa3315ca6..11760eeab5e65d367fab218d7752b4d07c5002bc 100644 (file)
@@ -41,7 +41,7 @@ public:
     static MltVideoProfile getVideoProfile(const QString &name);
     static QMap <QString, QString> getProfilesInfo();
     static void saveProfile(MltVideoProfile &profile, QString profilePath = QString());
-    static QString existingProfile(MltVideoProfile profile);
+    static QString existingProfile(const MltVideoProfile &profile);
     static bool existingProfileDescription(const QString &desc);
 
     /** @brief Check if a given profile matches passed properties: