X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fguide.h;h=6bd392ae654103839c72122962aec159b52123cf;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=bcedf3af71c2c16710aae7d870ecd4de734da4b7;hpb=42e27d8526e8f7daba2d0c075c09b29997c76ca5;p=kdenlive diff --git a/src/guide.h b/src/guide.h index bcedf3af..6bd392ae 100644 --- a/src/guide.h +++ b/src/guide.h @@ -34,7 +34,7 @@ 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()); QString label() const;