]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackscene.h
Correctly update monitor when changing a title clip duration
[kdenlive] / src / customtrackscene.h
index 32224b20431215360d94ad31ecf26f53fb1442c0..961927dea2d732a333680b083def2935fd919184 100644 (file)
@@ -40,13 +40,12 @@ 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;
     int tracksCount() const;
-    QPixmap m_transitionPixmap;
     MltVideoProfile profile() const;
 
 private: