]> git.sesse.net Git - kdenlive/blobdiff - src/smallruler.cpp
const'ify
[kdenlive] / src / smallruler.cpp
index 8505e2fff59ba633f24da645899a1395a07db554..ee77912f7855c03d34e02aece1298dd88e54980c 100644 (file)
@@ -114,7 +114,7 @@ void SmallRuler::setMarkers(const QList<CommentedTime> &list)
     updatePixmap();
 }
 
-QPoint SmallRuler::zone()
+QPoint SmallRuler::zone() const
 {
     return QPoint(m_zoneStart, m_zoneEnd);
 }