X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderer.h;h=69626224bb5bb16c53b7968fd655d60c153b11b1;hb=37ae2ecef6f5c1c2e6643e83aa34213da0f5176b;hp=86b0b928e0167a48860e5308cf13d46037c7c713;hpb=3615422b79fa06aee62679fbfb091cdc7abb62c7;p=kdenlive diff --git a/src/renderer.h b/src/renderer.h index 86b0b928..69626224 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -358,8 +358,11 @@ signals: void rendererStopped(int); /** @brief The clip is not valid, should be removed from project. */ void removeInvalidClip(const QString &, bool replaceProducer); - /** @brief The proxy is not valid, should be deleted. */ - void removeInvalidProxy(const QString &); + /** @brief The proxy is not valid, should be deleted. + * @param id The original clip's id + * @param durationError Should be set to true if the proxy failed because it has not same length as original clip + */ + void removeInvalidProxy(const QString &id, bool durationError); void refreshDocumentProducers(); /** @brief A frame's image has to be shown.