Reuse code in AddNewTorrentDialog. #894.

Conflicts:
	src/addnewtorrentdialog.cpp
This commit is contained in:
sledgehammer999
2014-02-02 19:54:19 +02:00
parent 307b5b7091
commit 260ed50f10
2 changed files with 60 additions and 109 deletions

View File

@@ -84,6 +84,7 @@ private:
void loadState();
void saveState();
void setMetadataProgressIndicator(bool visibleIndicator, const QString &labelText = QString());
void setupTreeview();
private:
Ui::AddNewTorrentDialog *ui;