track total render time and show when progress bar reaches 100%

This commit is contained in:
itsmattkc
2019-03-02 10:59:51 -08:00
parent b2d6325981
commit b88045fbce
2 changed files with 21 additions and 1 deletions
+2
View File
@@ -81,6 +81,8 @@ private:
QGroupBox* videoGroupbox;
QGroupBox* audioGroupbox;
QComboBox* compressionTypeCombobox;
qint64 total_export_time_start;
};
#endif // EXPORTDIALOG_H