summaryrefslogtreecommitdiffstats
path: root/extractordialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'extractordialog.h')
-rw-r--r--extractordialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extractordialog.h b/extractordialog.h
index 63be971..b5033fd 100644
--- a/extractordialog.h
+++ b/extractordialog.h
@@ -21,14 +21,14 @@ class ExtractorDialog : public QDialog {
~ExtractorDialog() {};
private slots:
- void processStatusChanged(QProcess::ProcessState newState);
void killProcess();
void writeOutput();
- void extractionStarted();
void extractionFinished();
private:
void start();
+ void setClose();
+ void setCancel();
QString mArchive;
QString mExtractTo;
QPushButton *mCancelClose;