]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Enable proxies for playlist clips (*.mlt, *.kdenlive)
[kdenlive] / src / kdenlivedoc.h
index 806bb4f2798d3c5dbb13027187a20b2b7474b11d..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;