1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00

Fix PeX being wrongly reported as disabled

This commit is contained in:
Christophe Dumez 2011-01-10 21:09:47 +00:00
parent ae3632e5c1
commit 65e9401c5d

View File

@ -95,7 +95,7 @@ public:
inline ScanFoldersModel* getScanFoldersModel() const { return m_scanFolders; }
inline bool isDHTEnabled() const { return DHTEnabled; }
inline bool isLSDEnabled() const { return LSDEnabled; }
inline bool isPexEnabled() const { return DHTEnabled; }
inline bool isPexEnabled() const { return PeXEnabled; }
inline bool isQueueingEnabled() const { return queueingEnabled; }
public slots: