mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
- 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:
parent
7d06099e80
commit
f017d29359
5 changed files with 30 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue