X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsmallruler.cpp;h=ee77912f7855c03d34e02aece1298dd88e54980c;hb=f11350e3555a64328b50089fa555c85d56315ef1;hp=8505e2fff59ba633f24da645899a1395a07db554;hpb=8e062273d81ef414527121d532a26a3b652a1571;p=kdenlive diff --git a/src/smallruler.cpp b/src/smallruler.cpp index 8505e2ff..ee77912f 100644 --- a/src/smallruler.cpp +++ b/src/smallruler.cpp @@ -114,7 +114,7 @@ void SmallRuler::setMarkers(const QList &list) updatePixmap(); } -QPoint SmallRuler::zone() +QPoint SmallRuler::zone() const { return QPoint(m_zoneStart, m_zoneEnd); }