]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackscene.h
Remove problematic character in ui file
[kdenlive] / src / customtrackscene.h
index 9f037b83500e4814694aae6fea59062fe3547219..be1c712728c88790592fef48386c7c4ded9b231d 100644 (file)
@@ -28,7 +28,6 @@
 #include "gentime.h"
 
 class KdenliveDoc;
-class TrackInfo;
 
 /** This class holds all properties that need to be used by clip items */
 
@@ -43,9 +42,8 @@ public:
     GenTime nextSnapPoint(GenTime pos);
     double getSnapPointForPos(double pos, bool doSnap = true);
     void setScale(double scale);
-    double scale();
-    QList <TrackInfo> m_tracksList;
-    int tracksCount();
+    double scale() const;
+    int tracksCount() const;
     QPixmap m_transitionPixmap;
 
 private: