X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderer.h;h=b53e2721a7dfdbdd30601f67f9efcee86778f176;hb=f12ae5f3dcb20734eb005ab3ad032b6aa996ff56;hp=11d2d3e8d0c788ca8b6cd9f655344f5a379eb69b;hpb=b2f9e475053bd6719b74f718a4385a1edd9c1795;p=kdenlive diff --git a/src/renderer.h b/src/renderer.h index 11d2d3e8..b53e2721 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -373,7 +373,10 @@ public slots: bool isValid(KUrl url); /** @brief Requests the file properties for the specified URL. - * + @param xml The xml parameters for the clip + @param clipId The clip Id string + @param imageHeight The height (in pixels) of the returned thumbnail (height of a treewidgetitem in projectlist) + @param replaceProducer If true, the MLT producer will be recreated * Upon return, the result will be emitted via replyGetFileProperties(). * Wraps the VEML command of the same name. */ void getFileProperties(const QDomElement xml, const QString &clipId, int imageHeight, bool replaceProducer = true);