]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.h
Fix clip job tooltip info
[kdenlive] / src / projectitem.h
index ac02e0d41938e1f47991560b2a1934d48a15fa8b..6b29fb76b4509f3475fbc19c5c8bc7f03d7b1346 100644 (file)
@@ -66,9 +66,7 @@ public:
     static int itemDefaultHeight();
     void slotSetToolTip();
     /** \brief Set the status of the clip job. */
-    void setJobStatus(JOBTYPE jobType, CLIPJOBSTATUS status, int progress = 0);
-    /** \brief Set the info string for this clip job. */
-    void setJobInfo(const QString &statusMessage);
+    void setJobStatus(JOBTYPE jobType, CLIPJOBSTATUS status, int progress = 0, const QString &statusMessage = QString());
     /** \brief Set the status of a clip job if it is of the specified job type. */
     void setConditionalJobStatus(CLIPJOBSTATUS status, JOBTYPE requestedJobType);
     /** \brief Returns the proxy status for this clip (true means there is a proxy clip). */