]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Try to fix the concurrency issues causing crash in the avformat producer
[kdenlive] / src / mainwindow.h
index 7bec3fc84af0d01e043fa3fb8adf270192f0e9ea..bcd9b5a0fb87ff1e0dc14d90d85e63140936c878 100644 (file)
@@ -544,8 +544,8 @@ private slots:
     void slotInsertNotesTimecode();
     /** @brief Open the project's backupdialog. */
     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 Make sure to update clip monitor before deleting a clip's producer. */
+    void slotReplyGetFileProperties(const QString &clipId, Mlt::Producer *producer, const stringMap &properties, const stringMap &metadata, bool replace, bool refreshThumbnail);
     /** @brief Disable proxies for this project. */
     void slotDisableProxies();