- Added option to disable peer host name resolution (disabled as a default)

- Fix several other bugs related to properties and preferences
This commit is contained in:
Christophe Dumez 2009-11-15 10:00:07 +00:00
parent 3762c37517
commit 5962ef79cb
8 changed files with 81 additions and 15 deletions

View file

@ -81,7 +81,6 @@ protected slots:
void setIncrementalDownload(int checkboxState);
void loadTrackers();
void loadUrlSeeds();
void loadPeers();
void on_main_infos_button_clicked();
void on_trackers_button_clicked();
void on_peers_button_clicked();
@ -108,10 +107,12 @@ public slots:
void clear();
void readSettings();
void saveSettings();
void reloadPreferences();
public:
PropertiesWidget(QWidget *parent, TransferListWidget *transferList, bittorrent* BTSession);
~PropertiesWidget();
const QTorrentHandle& getCurrentTorrent() const;
};
#endif // PROPERTIESWIDGET_H