]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.h
render widget: Enable entering of custom bitrate when "bitrate" is found in the param...
[kdenlive] / src / projectitem.h
index 9a017f0c43c45c49d7865afabd76edbc1ed9d969..3015acf6b94e50a8cccb0884663f9a5db79254d8 100644 (file)
@@ -83,9 +83,10 @@ private:
     CLIPTYPE m_clipType;
     DocClipBase *m_clip;
     QString m_clipId;
-
+    /** @brief Setup basic properties */
     void buildItem();
-
+    /** @brief Check if an xml project file has proxies */
+    bool playlistHasProxies(const QString path);
 };
 
 #endif