X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fbeziercurve%2Fcubicbezierspline.h;h=7cd0275e5bc3905375402f918e9b8cb11f14c463;hb=d7224c861d0935141cd4f9c57eea1b1902578148;hp=21024bd2da946e6fb2a982c2593f0c220d715f1c;hpb=3935d0f277b512a3f1c07f001c0f06b9d32ab2e3;p=kdenlive diff --git a/src/beziercurve/cubicbezierspline.h b/src/beziercurve/cubicbezierspline.h index 21024bd2..7cd0275e 100644 --- a/src/beziercurve/cubicbezierspline.h +++ b/src/beziercurve/cubicbezierspline.h @@ -49,7 +49,7 @@ public: QString toString() const; /** @brief Returns a list of the points defining the spline. */ - QList points(); + QList points() const; /** @brief Sets the point at index @param ix to @param point and returns its index (it might have changed during validation). */ int setPoint(int ix, const BPoint &point);