X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderwidget.h;h=3b4b644271d7f76f4fd44bf06244b9290a60b32e;hb=ba471399b55c3b761ccc7aa5008c25bd43cfe90b;hp=dcaa4612131215f3162932392bb6a7d65cff350e;hpb=05f4fad9a19434399f43ff76e06d1e1a5f74c0f6;p=kdenlive diff --git a/src/renderwidget.h b/src/renderwidget.h index dcaa4612..3b4b6442 100644 --- a/src/renderwidget.h +++ b/src/renderwidget.h @@ -29,6 +29,7 @@ #include #include #include +#include #include "definitions.h" #include "ui_renderwidget_ui.h" @@ -138,6 +139,7 @@ public: protected: virtual QSize sizeHint() const; + virtual void keyPressEvent(QKeyEvent *e); public slots: void slotExport(bool scriptExport, int zoneIn, int zoneOut, const QMap metadata, const QString &playlistPath, const QString &scriptPath, bool exportAudio); @@ -207,7 +209,7 @@ private: signals: void abortProcess(const QString &url); - void openDvdWizard(const QString &url, const QString &profile); + void openDvdWizard(const QString &url); /** Send the infos about rendering that will be saved in the document: (profile destination, profile name and url of rendered file */ void selectedRenderProfile(QMap renderProps);