]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
const'ref
[kdenlive] / src / docclipbase.h
index 2c559316e1775d363f865c2889acbfe6384d6cf7..46b5c03f74cff218b377de5aa581b1e07b6bb59d 100644 (file)
@@ -275,12 +275,12 @@ public slots:
     void addSnapMarker(const CommentedTime &marker);
     QList < GenTime > snapMarkers() const;
     QString markerComment(const GenTime &t) const;
-    CommentedTime markerAt(GenTime t) const;
+    CommentedTime markerAt(const GenTime &t) const;
     void setClipThumbFrame(const uint &ix);
     uint getClipThumbFrame() const;
     void setProperties(QMap<QString, QString> properties);
-    void setMetadata(QMap <QString, QString> properties, QString tool = QString());
-    void slotExtractImage(QList <int> frames);
+    void setMetadata(const QMap <QString, QString> &properties, const QString &tool = QString());
+    void slotExtractImage(const QList <int> &frames);
 
 signals:
     void gotAudioData();