]> git.sesse.net Git - kdenlive/blobdiff - src/guide.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / guide.h
index 1265d135ff2ec6fa16799834f200e70a56b79657..6bd392ae654103839c72122962aec159b52123cf 100644 (file)
@@ -34,9 +34,9 @@ class Guide : public QGraphicsLineItem
 {
 
 public:
-    Guide(CustomTrackView *view, GenTime pos, QString label, double height);
+    Guide(CustomTrackView *view, const GenTime &pos, const QString &label, double height);
     GenTime position() const;
-    void updateGuide(const GenTime newPos, const QString &comment = QString());
+    void updateGuide(const GenTime &newPos, const QString &comment = QString());
     QString label() const;
     CommentedTime info() const;
     void updatePos();