X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderwidget.h;h=ec2b6b38fa8a1c9c332103c600123eab9c4aa343;hb=b769040273c8cd2cfdd721912b2d916f796c0cec;hp=a39259275c44b482892d94fff7b10d026e0c6fbd;hpb=d3e0b836c07dc05ced4bd8b8cbc224412f4ce2bf;p=kdenlive diff --git a/src/renderwidget.h b/src/renderwidget.h index a3925927..ec2b6b38 100644 --- a/src/renderwidget.h +++ b/src/renderwidget.h @@ -48,13 +48,14 @@ private slots: void slotCheckStartGuidePosition(); void slotCheckEndGuidePosition(); void showInfoPanel(); + void slotUpdateExperimentalRendering(); private: Ui::RenderWidget_UI m_view; MltVideoProfile m_profile; void parseProfiles(QString group = QString(), QString profile = QString()); void parseFile(QString exportFile, bool editable); - + void updateButtons(); signals: void doRender(const QString&, const QString&, const QStringList &, const QStringList &, bool, bool, double, double); };