]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.h
Display job status in clip tooltip
[kdenlive] / src / projectitem.h
index 06a6802ea4189443555157aeae3ea683363146d3..af849bce32a7a3d2697ed5ec8d97e7a0fad440a0 100644 (file)
@@ -66,7 +66,7 @@ public:
     static int itemDefaultHeight();
     void slotSetToolTip();
     /** \brief Set the status of the clip job. */
-    void setJobStatus(CLIPJOBSTATUS status, int progress = 0, JOBTYPE jobType = NOJOBTYPE);
+    void setJobStatus(CLIPJOBSTATUS status, int progress = 0, JOBTYPE jobType = NOJOBTYPE, const QString &statusMessage = QString());
     /** \brief Returns the proxy status for this clip (true means there is a proxy clip). */
     bool hasProxy() const;
     /** \brief Returns true if the proxy for this clip is ready. */