mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06: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:
@@ -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