X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fprojectlist.h;h=423b3df9f96c00b230ad879e3e3b692f0c59f2ed;hb=ecd0a9c034e30229acf06bbef2d3d1b88c58b21a;hp=24d1ba0cbfff2103d1a57fab19dda27b741ad0e3;hpb=51a5213eaf67eb4d674c340f80e2fb8ac0bab8b2;p=kdenlive diff --git a/src/projectlist.h b/src/projectlist.h index 24d1ba0c..423b3df9 100644 --- a/src/projectlist.h +++ b/src/projectlist.h @@ -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 items, int *duration, const QString &log);