X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderer.h;h=4fb5b1b5fa6b0c6aa050283378093b9c84158efa;hb=f660d73b6c4bd5936b20276d26c547a894bc8984;hp=a8de89ea711acb77f1565e0e81867f81de9fea76;hpb=5a403d4a2689486dbdef95fb4c529a44636e8753;p=kdenlive diff --git a/src/renderer.h b/src/renderer.h index a8de89ea..4fb5b1b5 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -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);