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