diff options
Diffstat (limited to 'encodemp4job.h')
| -rw-r--r-- | encodemp4job.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/encodemp4job.h b/encodemp4job.h index d82bbd0..592922f 100644 --- a/encodemp4job.h +++ b/encodemp4job.h @@ -3,6 +3,7 @@ #include "job.h" #include "video.h" +#include <QTime> class EncodeMP4Job : public Job { @@ -17,7 +18,7 @@ private: QString m_encodePath; QString m_imagePath; signals: - void encodePercentage(float percentage); + void encodeProgress(int currentTask, int totalTasks, float percent, float currentFps, float avgFps, QTime timeRemaining); }; #endif // ENCODEMP4JOB_H |
