Do cleanup work in an earlier stage to ensure correct conf saving.

This commit is contained in:
sledgehammer999
2013-12-31 00:33:42 +02:00
parent 1648cdc4bc
commit e380a17c82
2 changed files with 10 additions and 18 deletions

View File

@@ -72,7 +72,6 @@ class MainWindow : public QMainWindow, private Ui::MainWindow{
public:
// Construct / Destruct
MainWindow(QWidget *parent=0, const QStringList& torrentCmdLine = QStringList());
~MainWindow();
// Methods
QWidget* getCurrentTabWidget() const;
TransferListWidget* getTransferList() const { return transferList; }