mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- UPnP option should now be working
This commit is contained in:
parent
371dcb0a45
commit
d778766e29
4 changed files with 39 additions and 2 deletions
|
@ -53,6 +53,10 @@ class options_imp : public QDialog, private Ui::Dialog{
|
|||
QString getScanDir() const;
|
||||
bool isDHTEnabled() const;
|
||||
int getDHTPort() const;
|
||||
#ifndef NO_UPNP
|
||||
bool isUPnPEnabled() const;
|
||||
int getUPnPPort() const;
|
||||
#endif
|
||||
bool isPeXDisabled() const;
|
||||
// Filter Settings
|
||||
bool isFilteringEnabled() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue