Share ratio can now go over 100

This commit is contained in:
Christophe Dumez
2011-02-24 17:36:20 +00:00
parent a9ce197d04
commit 2da5e03741
4 changed files with 9 additions and 6 deletions

View File

@@ -65,6 +65,9 @@ class QBtSession : public QObject {
Q_OBJECT
Q_DISABLE_COPY(QBtSession)
public:
static const qreal MAX_RATIO = 9999.;
private:
explicit QBtSession();
static QBtSession* m_instance;