X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fguide.h;h=6bd392ae654103839c72122962aec159b52123cf;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=1265d135ff2ec6fa16799834f200e70a56b79657;hpb=7d1f818376b25f793ad6e8960b73a24a39605945;p=kdenlive diff --git a/src/guide.h b/src/guide.h index 1265d135..6bd392ae 100644 --- a/src/guide.h +++ b/src/guide.h @@ -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();