X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderer.h;h=c3c2959b216206c87016b2b7081e54e48131501f;hb=c788eaacac281c73e8de8c88b506363c3460b3e8;hp=b53e2721a7dfdbdd30601f67f9efcee86778f176;hpb=18e327dbd51b0161072134c2e2b2f5354386e513;p=kdenlive diff --git a/src/renderer.h b/src/renderer.h index b53e2721..c3c2959b 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -320,7 +320,7 @@ private slots: signals: /** @brief The renderer received a reply to a getFileProperties request. */ - void replyGetFileProperties(const QString &clipId, Mlt::Producer*, const QMap < QString, QString > &, const QMap < QString, QString > &, bool); + void replyGetFileProperties(const QString &clipId, Mlt::Producer*, const QMap < QString, QString > &, const QMap < QString, QString > &, bool, bool); /** @brief The renderer received a reply to a getImage request. */ void replyGetImage(const QString &, const QPixmap &); @@ -377,9 +377,10 @@ public slots: @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 + @param selectClip If true, clip item will be selected in project view * 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); + void getFileProperties(const QDomElement xml, const QString &clipId, int imageHeight, bool replaceProducer = true, bool selectClip = false); void exportFileToFirewire(QString srcFileName, int port, GenTime startTime, GenTime endTime); void mltSavePlaylist();