]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.h
Start implementing a generic clip job framework that can be used
[kdenlive] / src / projectitem.h
index 64f009209f1776eea03af2575e674e2bc034ccda..4bdf653a285db8b935f008c4f1b5d9c3bd5a39b3 100644 (file)
@@ -64,7 +64,7 @@ public:
     static int itemDefaultHeight();
     void slotSetToolTip();
     /** \brief Set the status of proxy clip creation. 0 = no proxy, 1 = creating proxy, 2 = proxy created. */
-    void setProxyStatus(PROXYSTATUS status, int progress = 0);
+    void setProxyStatus(CLIPJOBSTATUS status, int progress = 0);
     /** \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. */