mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
BUGFIX: Do not report PeX as being disabled when DHT is
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.6.2
|
||||||
|
- BUGFIX: Do not report PeX as being disabled when DHT is
|
||||||
|
|
||||||
* Mon Jan 10 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.1
|
* Mon Jan 10 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.1
|
||||||
- BUGFIX: Really disable torrent addition dialog by default
|
- BUGFIX: Really disable torrent addition dialog by default
|
||||||
- BUGFIX: Fix some missing icons in the Web UI
|
- BUGFIX: Fix some missing icons in the Web UI
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/*
|
e/*
|
||||||
* Bittorrent Client using Qt4 and libtorrent.
|
* Bittorrent Client using Qt4 and libtorrent.
|
||||||
* Copyright (C) 2006 Christophe Dumez
|
* Copyright (C) 2006 Christophe Dumez
|
||||||
*
|
*
|
||||||
@@ -95,7 +95,7 @@ public:
|
|||||||
inline ScanFoldersModel* getScanFoldersModel() const { return m_scanFolders; }
|
inline ScanFoldersModel* getScanFoldersModel() const { return m_scanFolders; }
|
||||||
inline bool isDHTEnabled() const { return DHTEnabled; }
|
inline bool isDHTEnabled() const { return DHTEnabled; }
|
||||||
inline bool isLSDEnabled() const { return LSDEnabled; }
|
inline bool isLSDEnabled() const { return LSDEnabled; }
|
||||||
inline bool isPexEnabled() const { return DHTEnabled; }
|
inline bool isPexEnabled() const { return PeXEnabled; }
|
||||||
inline bool isQueueingEnabled() const { return queueingEnabled; }
|
inline bool isQueueingEnabled() const { return queueingEnabled; }
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
|||||||
Reference in New Issue
Block a user