]> git.sesse.net Git - kdenlive/blobdiff - src/customruler.cpp
Rework monitor & timeline UI, and send profile to renderer
[kdenlive] / src / customruler.cpp
index a56f74225e82e37f12fef038edfbb551f271d6d0..e7bd20e5e4d9093819a5a7e6895b3c16376c32fd 100644 (file)
@@ -118,11 +118,11 @@ void CustomRuler::mouseMoveEvent(QMouseEvent * event) {
     update();
 }
 
-int CustomRuler::inPoint() {
+int CustomRuler::inPoint() const {
     return m_zoneStart;
 }
 
-int CustomRuler::outPoint() {
+int CustomRuler::outPoint() const {
     return m_zoneEnd;
 }