]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackscene.h
Fix various speed related issues
[kdenlive] / src / customtrackscene.h
index 983548278b40c382668f2beb95d81b7222eac853..961927dea2d732a333680b083def2935fd919184 100644 (file)
@@ -40,8 +40,8 @@ public:
     explicit CustomTrackScene(KdenliveDoc *doc, QObject *parent = 0);
     virtual ~ CustomTrackScene();
     void setSnapList(QList <GenTime> snaps);
-    GenTime previousSnapPoint(GenTime pos);
-    GenTime nextSnapPoint(GenTime pos);
+    GenTime previousSnapPoint(GenTime pos) const;
+    GenTime nextSnapPoint(GenTime pos) const;
     double getSnapPointForPos(double pos, bool doSnap = true);
     void setScale(double scale, double vscale);
     QPointF scale() const;