]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.h
Cleaning code style of Definitions.
[kdenlive] / src / projectlist.h
index ca6a1026370002bc6971c685c66788550147de6e..4cb49734c2aa655f78c3ac8542e6d7a010933407 100644 (file)
@@ -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);