X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderwidget.h;h=d04fc56ec4702995f929256bef8136dd7ee25079;hb=4e1438fe486d77af1afb75825f3aa1f766715e6f;hp=3167a97a2b68b11001723d85909420d92084d7d3;hpb=7448dd52292cc53cd97ce3fdba5c26246faba3f1;p=kdenlive diff --git a/src/renderwidget.h b/src/renderwidget.h index 3167a97a..d04fc56e 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); + void setRenderProfile(const QString &dest, const QString &group, const QString &name, const QString &url, bool renderZone, bool renderGuide, int guideStart, int guideEnd); 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 &); + void selectedRenderProfile(const QString &, const QString &, const QString &, const QString &, bool, bool, int, int); void prepareRenderingData(bool scriptExport, bool zoneOnly, const QString &chapterFile); void shutdown(); };