]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.h
Proxy clip: allow to abort creation by unselecting the "proxy clip" action in context...
[kdenlive] / src / projectitem.h
index 536c34037ca7fbdf0203af5d1dff67c69c746251..3e50a07d5a05729f1c8ea5157b7a11469f575e21 100644 (file)
@@ -65,8 +65,10 @@ public:
     void slotSetToolTip();
     /** \brief Set the status of proxy clip creation. 0 = no proxy, 1 = creating proxy, 2 = proxy created. */
     void setProxyStatus(int status);
-    /** \brief Returns the proxy status for this clip (true means there is a proxy clip. */
+    /** \brief Returns the proxy status for this clip (true means there is a proxy clip). */
     bool hasProxy() const;
+    /** \brief Returns true if we are currently creating the proxy for this clip. */
+    bool isProxyRunning() const;
 
     virtual bool operator<(const QTreeWidgetItem &other)const {
         int column = treeWidget()->sortColumn();