- Fixed an exception with latest libtorrent/asio on startup (filepath check)

- Added an option to toggle the Peer eXchange (PeX) state
This commit is contained in:
Christophe Dumez 2007-02-19 14:18:59 +00:00
commit f017d29359
5 changed files with 30 additions and 20 deletions

View file

@ -52,6 +52,7 @@ class options_imp : public QDialog, private Ui::Dialog{
QString getScanDir() const;
bool isDHTEnabled() const;
int getDHTPort() const;
bool isPeXDisabled() const;
// Filter Settings
bool isFilteringEnabled() const;
ip_filter getFilter() const;