]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Update file format to version 0.82. It now saves locked track.
[kdenlive] / src / kdenlivedoc.h
index 46d8b6382c21c7fc07b783f24cd71626bdbbcd51..c4adb645e03b07a3e35573aa6c48fad725837b52 100644 (file)
@@ -105,7 +105,6 @@ Q_OBJECT public:
     void setTrackType(int ix, TrackInfo type);
     const QList <TrackInfo> tracksList() const;
     QPoint getTracksCount() const;
-    QString getTracksInfo() const;
     void switchTrackVideo(int ix, bool hide);
     void switchTrackAudio(int ix, bool hide);
     void switchTrackLock(int ix, bool lock);
@@ -116,6 +115,7 @@ Q_OBJECT public:
     QPoint zone() const;
     void setSceneList();
     void updatePreviewSettings();
+    bool isTrackLocked(int ix) const;
 
 private:
     KUrl m_url;