Remember column sizes in torrent addition dialog

This commit is contained in:
Christophe Dumez
2012-07-03 18:37:24 +03:00
parent 41132d39ae
commit 90b1567d13
2 changed files with 21 additions and 0 deletions

View File

@@ -72,6 +72,8 @@ private:
void saveSavePathHistory() const;
int indexOfSavePath(const QString& save_path);
void updateFileNameInSavePaths(const QString& new_filename);
void loadState();
void saveState();
private:
Ui::AddNewTorrentDialog *ui;