Remember torrent import dialog geometry and position

This commit is contained in:
Christophe Dumez
2010-12-04 10:10:05 +00:00
parent f1ca4f40af
commit a39c7f52cf
2 changed files with 18 additions and 0 deletions

View File

@@ -69,6 +69,10 @@ private slots:
void on_importBtn_clicked();
private:
void loadSettings();
void saveSettings();
private:
Ui::TorrentImportDlg *ui;
boost::intrusive_ptr<libtorrent::torrent_info> t;