]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Enable proxies for playlist clips (*.mlt, *.kdenlive)
[kdenlive] / src / kdenlivedoc.h
index 5577a9f4fde8bef216887dbff92e29056a391343..3392519afc8bfba011ae6773dff2689ec44089fa 100644 (file)
@@ -159,6 +159,8 @@ Q_OBJECT public:
     QDomElement getTrackEffect(int trackIndex, int effectIndex) const;
     /** @brief Get a list of folder id's that were opened on last save. */
     QStringList getExpandedFolders();
+    /** @brief Read the display ratio from an xml project file. */
+    static double getDisplayRatio(const QString &path);
     
 private:
     KUrl m_url;
@@ -214,7 +216,7 @@ public slots:
     /** @brief Sets the document as modified or up to date.
      * @param mod (optional) true if the document has to be saved */
     void setModified(bool mod = true);
-    void checkProjectClips();
+    void checkProjectClips(bool displayRatioChanged = false);
 
 private slots:
     void slotAutoSave();