X-Git-Url: https://git.sesse.net/?p=kdenlive;a=blobdiff_plain;f=src%2Fprojectlist.h;h=4cb49734c2aa655f78c3ac8542e6d7a010933407;hp=ca6a1026370002bc6971c685c66788550147de6e;hb=c24658bd34221d735f0641c924b890e1a6be7101;hpb=5bcb9b7ead3d053cb2b0498d84a2622626bf7f14 diff --git a/src/projectlist.h b/src/projectlist.h index ca6a1026..4cb49734 100644 --- a/src/projectlist.h +++ b/src/projectlist.h @@ -307,7 +307,7 @@ private: * @param status The job status (see definitions.h) * @param progress The job progress (in percents) * @param statusMessage The job info message */ - void setJobStatus(ProjectItem *item, JOBTYPE jobType, CLIPJOBSTATUS status, int progress = 0, const QString &statusMessage = QString()); + void setJobStatus(ProjectItem *item, JOBTYPE jobType, ClipJobStatus status, int progress = 0, const QString &statusMessage = QString()); void monitorItemEditing(bool enable); /** @brief Get cached thumbnail for a project's clip or create it if no cache. */ void getCachedThumbnail(ProjectItem *item);