X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderwidget.h;h=f8958a670f50e28b5ea108e48c43c80cbc3ffa31;hb=7c066a50b5c795b85b4e94d489dfb18458d7ce7b;hp=d04fc56ec4702995f929256bef8136dd7ee25079;hpb=4e1438fe486d77af1afb75825f3aa1f766715e6f;p=kdenlive diff --git a/src/renderwidget.h b/src/renderwidget.h index d04fc56e..f8958a67 100644 --- a/src/renderwidget.h +++ b/src/renderwidget.h @@ -118,7 +118,7 @@ public: void setRenderStatus(const QString &dest, int status, const QString &error); void setDocumentPath(const QString path); void reloadProfiles(); - void setRenderProfile(const QString &dest, const QString &group, const QString &name, const QString &url, bool renderZone, bool renderGuide, int guideStart, int guideEnd); + void setRenderProfile(QMap props); int waitingJobsCount() const; QString getFreeScriptName(const QString &prefix = QString()); bool startWaitingRenderJobs(); @@ -189,7 +189,7 @@ signals: void openDvdWizard(const QString &url, const QString &profile); /** Send the infos about rendering that will be saved in the document: (profile destination, profile name and url of rendered file */ - void selectedRenderProfile(const QString &, const QString &, const QString &, const QString &, bool, bool, int, int); + void selectedRenderProfile(QMap renderProps); void prepareRenderingData(bool scriptExport, bool zoneOnly, const QString &chapterFile); void shutdown(); };