summaryrefslogtreecommitdiffstats
path: root/dvdimagejob.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2009-10-02 01:02:06 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2009-10-02 01:02:46 -0400
commit9805164f8879564e2db847c8b08377a7ace042b9 (patch)
tree0ae566e94c3490834932c8186126f1123db98239 /dvdimagejob.h
parentSizing fixes. (diff)
downloadAnyRip-9805164f8879564e2db847c8b08377a7ace042b9.tar.xz
AnyRip-9805164f8879564e2db847c8b08377a7ace042b9.zip
Better termination conditions. StatusLabel.
Diffstat (limited to 'dvdimagejob.h')
-rw-r--r--dvdimagejob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dvdimagejob.h b/dvdimagejob.h
index 53050db..0d29b56 100644
--- a/dvdimagejob.h
+++ b/dvdimagejob.h
@@ -15,7 +15,7 @@ public:
bool saveImageToPath(const QString &path);
Video::Jobs jobType() const;
public slots:
- void terminate();
+ void kill();
private:
static int cmpvob(const void *p1, const void *p2);
typedef struct vobfile {