]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackedit.h
const'ref.
[kdenlive] / src / effectstackedit.h
index c210b32e416322baaf1a396d70b1265da7b12a32..dd3bddfe5db165e01a205835739bf4accf032b99 100644 (file)
@@ -38,7 +38,7 @@ class EffectStackEdit : public QScrollArea
 public:
     explicit EffectStackEdit(Monitor *monitor, QWidget *parent = 0);
     ~EffectStackEdit();
-    void updateProjectFormat(MltVideoProfile profile, Timecode t);
+    void updateProjectFormat(const MltVideoProfile &profile, const Timecode &t);
     static QMap<QString, QImage> iconCache;
     /** @brief Sets attribute @param name to @param value.
     *