summaryrefslogtreecommitdiffstats
path: root/uploadjob.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 /uploadjob.h
parentSizing fixes. (diff)
downloadAnyRip-9805164f8879564e2db847c8b08377a7ace042b9.tar.xz
AnyRip-9805164f8879564e2db847c8b08377a7ace042b9.zip
Better termination conditions. StatusLabel.
Diffstat (limited to 'uploadjob.h')
-rw-r--r--uploadjob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploadjob.h b/uploadjob.h
index 0bf2989..bac2b26 100644
--- a/uploadjob.h
+++ b/uploadjob.h
@@ -14,7 +14,7 @@ protected:
bool executeJob();
QWidget* gui();
public slots:
- void terminate();
+ void kill();
};
#endif // UPLOADJOB_H