From 62d4603c7681bb37722ce8103411a8ac07579827 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sat, 21 Dec 2019 20:14:52 +1100 Subject: [PATCH] allow access to the current frame rate from the ExportVideoTab to the ExportDialog --- app/dialog/export/exportvideotab.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/dialog/export/exportvideotab.h b/app/dialog/export/exportvideotab.h index 4baa8bd46..03e06ec8c 100644 --- a/app/dialog/export/exportvideotab.h +++ b/app/dialog/export/exportvideotab.h @@ -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();