X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=4f0cee8c1b5a4dfc56673e40709c5dedab6a9b4e;hb=f96ebb409544c7c1a38993fdee607490b41afd2a;hp=de8f569c51cbc69041201f4c23caf6a6cbecbe87;hpb=15c58c82be3137bd567d77709dc35066f5b036d0;p=kdenlive diff --git a/src/mainwindow.h b/src/mainwindow.h index de8f569c..4f0cee8c 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -44,6 +44,7 @@ #include "effectslistview.h" #include "effectstackview.h" #include "ui_timelinebuttons_ui.h" +#include "renderwidget.h" class MainWindow : public KXmlGuiWindow { Q_OBJECT @@ -98,6 +99,7 @@ private: EffectsList m_audioEffects; EffectsList m_customEffects; + RenderWidget *m_renderWidget; Ui::TimelineButtons_UI timeline_buttons_ui; KRecentFilesAction *m_fileOpenRecent; @@ -131,6 +133,8 @@ private slots: void slotGotProgressInfo(KUrl url, int progress); void slotSwitchVideoThumbs(); void slotSwitchAudioThumbs(); + void slotRenderProject(); + void slotDoRender(const QString &dest, const QStringList &avformat_args, bool zoneOnly, bool playAfter); }; #endif