]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
* Remove broken transition (where in > out) on project opening
[kdenlive] / src / kdenlivedoc.h
index 8cc4b42d1f9b29bfa18a09de1c74f20fbe8c4032..e5bfbbdc968524bf452fd00bd8a50211808c8034 100644 (file)
@@ -118,6 +118,9 @@ Q_OBJECT public:
     void cachePixmap(const QString &fileId, const QPixmap &pix) const;
     void setProjectFolder(KUrl url);
     QString getLadspaFile() const;
+    void setZone(int start, int end);
+    QPoint zone() const;
+    void setSceneList();
 
 private:
     KUrl m_url;
@@ -144,6 +147,8 @@ private:
     KUrl m_projectFolder;
     double m_documentLoadingStep;
     double m_documentLoadingProgress;
+    int m_zoneStart;
+    int m_zoneEnd;
 
     QList <TrackInfo> m_tracksList;