summaryrefslogtreecommitdiffstats
path: root/encodemp4job.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2009-09-26 22:25:02 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2009-09-26 22:25:02 -0400
commit2f0ace0e367489eb20a75a69c95d463fcb04830f (patch)
tree0d84316b9ecb04bc0becc8670e55bb7d946f33ab /encodemp4job.h
parentMore HandBrake progress (diff)
downloadAnyRip-2f0ace0e367489eb20a75a69c95d463fcb04830f.tar.xz
AnyRip-2f0ace0e367489eb20a75a69c95d463fcb04830f.zip
More gui work and dvd loading.
Diffstat (limited to 'encodemp4job.h')
-rw-r--r--encodemp4job.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/encodemp4job.h b/encodemp4job.h
index 592922f..ea0c1fd 100644
--- a/encodemp4job.h
+++ b/encodemp4job.h
@@ -4,6 +4,7 @@
#include "job.h"
#include "video.h"
#include <QTime>
+#include <QMap>
class EncodeMP4Job : public Job
{
@@ -11,6 +12,8 @@ class EncodeMP4Job : public Job
public:
EncodeMP4Job(Video *video, QString encodePath, QString imagePath);
Video::Jobs jobType() const;
+ static QMap<int, QString> titles(const QString &location);
+ QMap<int, QString> titles() const;
protected:
bool executeJob();
QWidget* gui();