mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
Bump to v2.6.7
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
using namespace libtorrent;
|
||||
|
||||
QBtSession* QBtSession::m_instance = 0;
|
||||
const qreal QBtSession::MAX_RATIO = 9999.;
|
||||
|
||||
const int MAX_TRACKER_ERRORS = 2;
|
||||
enum VersionType { NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL };
|
||||
|
||||
@@ -66,7 +66,7 @@ class QBtSession : public QObject {
|
||||
Q_DISABLE_COPY(QBtSession)
|
||||
|
||||
public:
|
||||
static const qreal MAX_RATIO = 9999.;
|
||||
static const qreal MAX_RATIO;
|
||||
|
||||
private:
|
||||
explicit QBtSession();
|
||||
|
||||
Reference in New Issue
Block a user