]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.h
Fix proxy creation sometimes blocked
[kdenlive] / src / projectlist.h
index 24d1ba0cbfff2103d1a57fab19dda27b741ad0e3..423b3df9f96c00b230ad879e3e3b692f0c59f2ed 100644 (file)
@@ -339,7 +339,6 @@ private:
     /** @brief Set the Proxy status on a clip. 
      * @param item The clip item to set status
      * @param status The proxy status (see definitions.h) */
-    void setProxyStatus(const QString proxyPath, PROXYSTATUS status, int progress = 0);
     void setProxyStatus(ProjectItem *item, PROXYSTATUS status, int progress = 0);
     /** @brief Process ffmpeg output to find out process progress. */
     void processLogInfo(QList <ProjectItem *>items, int *duration, const QString &log);