mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Fix compilation error on Windows
Fix possible encoding problem on Windows (torrent creation tool) Fix compilation with boost >= v1.46
This commit is contained in:
parent
2da5e03741
commit
c05e6ba580
5 changed files with 12 additions and 20 deletions
|
@ -80,6 +80,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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue