]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Fix crash when enabling a proxy clip
[kdenlive] / src / renderer.h
index a8de89ea711acb77f1565e0e81867f81de9fea76..4fb5b1b5fa6b0c6aa050283378093b9c84158efa 100644 (file)
@@ -372,7 +372,7 @@ private slots:
 signals:
 
     /** @brief The renderer received a reply to a getFileProperties request. */
-    void replyGetFileProperties(const QString &clipId, Mlt::Producer*, const stringMap &, const stringMap &, bool replaceProducer, bool refreshThumbnail = false);
+    void replyGetFileProperties(const QString &clipId, Mlt::Producer*, const stringMap &, const stringMap &, bool replaceProducer);
 
     /** @brief The renderer received a reply to a getImage request. */
     void replyGetImage(const QString &, const QString &, int, int);