]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Fix proxy clip having wrong duration and crash when deleting proxies from the project...
[kdenlive] / src / mainwindow.h
index f948e4cc9c5f72ff2c186249a26a1bfdcc1a0f0c..a033e0e0302e185673ac221b99a6d4ff6c85a9d5 100644 (file)
@@ -545,6 +545,8 @@ private slots:
     void slotOpenBackupDialog(const KUrl url = KUrl());
     /** @brief Make sure to block clip monitor before deleting a clip's producer. */
     void slotBlockClipMonitor(const QString id);
+    /** @brief Disable proxies for this project. */
+    void slotDisableProxies();
 
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);