summaryrefslogtreecommitdiffstats
path: root/titleloadjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'titleloadjob.h')
-rw-r--r--titleloadjob.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/titleloadjob.h b/titleloadjob.h
index 4a1729e..a2119da 100644
--- a/titleloadjob.h
+++ b/titleloadjob.h
@@ -8,14 +8,13 @@ class TitleLoadJob : public Job
{
Q_OBJECT
public:
- TitleLoadJob(Video *video, QString subtitlePath, QString posterPath);
+ TitleLoadJob(Video *video);
Video::Jobs jobType() const;
protected:
bool executeJob();
QWidget* gui();
-private:
- QString m_subtitlePath;
- QString m_posterPath;
+public slots:
+ void terminate();
};
#endif // TITLELOADJOB_H