mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- UPnP option should now be working
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user