]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackscene.h
Fix crash with copied clips
[kdenlive] / src / customtrackscene.h
index 9f037b83500e4814694aae6fea59062fe3547219..d8a3f4f7a7eda6f9a4146ef6a5d0a265c8ba43d0 100644 (file)
@@ -43,9 +43,9 @@ public:
     GenTime nextSnapPoint(GenTime pos);
     double getSnapPointForPos(double pos, bool doSnap = true);
     void setScale(double scale);
-    double scale();
+    double scale() const;
     QList <TrackInfo> m_tracksList;
-    int tracksCount();
+    int tracksCount() const;
     QPixmap m_transitionPixmap;
 
 private: