X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderwidget.h;h=b6137b181d88f17c53db5786249b9e591134b372;hb=7560d0d9549a7c750b92ce2e004c41e921c99f83;hp=6dd8ac4cad11b263945d1bf1eb73ba6f21ae25ce;hpb=f6071883a928c0909e4fb64783218e0c84dba007;p=kdenlive diff --git a/src/renderwidget.h b/src/renderwidget.h index 6dd8ac4c..b6137b18 100644 --- a/src/renderwidget.h +++ b/src/renderwidget.h @@ -21,6 +21,11 @@ #ifndef RENDERWIDGET_H #define RENDERWIDGET_H +#include +#if KDE_IS_VERSION(4,7,0) +#include +#endif + #include #include #include @@ -132,6 +137,9 @@ public: /** @brief Should we render using proxy clips. */ bool proxyRendering(); +protected: + virtual QSize sizeHint() const; + public slots: void slotExport(bool scriptExport, int zoneIn, int zoneOut, const QString &playlistPath, const QString &scriptPath, bool exportAudio); @@ -179,6 +187,11 @@ private: RenderViewDelegate *m_jobsDelegate; bool m_blockProcessing; QString m_renderer; + +#if KDE_IS_VERSION(4,7,0) + KMessageWidget *m_infoMessage; +#endif + void parseProfiles(QString meta = QString(), QString group = QString(), QString profile = QString()); void parseFile(QString exportFile, bool editable); void updateButtons();