allow access to the current frame rate from the ExportVideoTab to the ExportDialog

This commit is contained in:
itsmattkc
2019-12-21 20:14:52 +11:00
parent ea1cd81a13
commit 62d4603c76
+2
View File
@@ -30,6 +30,8 @@ public:
QCheckBox* image_sequence_checkbox() const;
void show_image_sequence_section(bool visible);
const rational& frame_rate() const;
void set_frame_rate(const rational& frame_rate);
QString CurrentOCIODisplay();