From 8557681bb922613603eae641e88746eaa16914a4 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 14 May 2010 14:52:56 +0200 Subject: Cleanup archive extraction Removed the code for archive extraction. Never used it, never liked it and really never worked properly. --- extractordialog.h | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 extractordialog.h (limited to 'extractordialog.h') diff --git a/extractordialog.h b/extractordialog.h deleted file mode 100644 index b5033fd..0000000 --- a/extractordialog.h +++ /dev/null @@ -1,40 +0,0 @@ -/* - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version - 2 of the License, or (at your option) any later version. -*/ - -#ifndef EXTRACTORDIALOG_H -#define EXTRACTORDIALOG_H - -#include -#include - -class QTextEdit; -class QPushButton; - -class ExtractorDialog : public QDialog { - Q_OBJECT - public: - ExtractorDialog(const QString &archive, const QString &extractTo, QWidget *parent = 0, Qt::WindowFlags f = 0); - ~ExtractorDialog() {}; - - private slots: - void killProcess(); - void writeOutput(); - void extractionFinished(); - - private: - void start(); - void setClose(); - void setCancel(); - QString mArchive; - QString mExtractTo; - QPushButton *mCancelClose; - QTextEdit *mOutput; - QProcess *mExtractor; -}; - -#endif - -- cgit v1.2.3-70-g09d2