]> git.sesse.net Git - kdenlive/blobdiff - src/dvdwizardvob.h
cppcheck fixes, patch by Mikko Rapeli [11/27]
[kdenlive] / src / dvdwizardvob.h
index 6fd5b7fa31e08efbb146c3db0c00298c86b46f00..58698cf0a2018286a5d4b14ecbe1197eed520c8c 100644 (file)
@@ -49,10 +49,10 @@ public:
     int duration(int ix) const;
     QStringList durations() const;
     QStringList chapters() const;
-    void setProfile(const QString profile);
+    void setProfile(const QString& profile);
     void clear();
     void updateChapters(QMap <QString, QString> chaptersdata);
-    void setIntroMovie(const QString path);
+    void setIntroMovie(const QString& path);
 
 private:
     Ui::DvdWizardVob_UI m_view;