PeX status is now correctly reported

This commit is contained in:
Christophe Dumez
2010-06-27 21:07:12 +00:00
parent 4efae21f1d
commit 32d3ed2144
4 changed files with 11 additions and 1 deletions

View File

@@ -210,6 +210,10 @@ ScanFoldersModel* Bittorrent::getScanFoldersModel() const {
return m_scanFolders;
}
bool Bittorrent::isPexEnabled() const {
return PeXEnabled;
}
void Bittorrent::processBigRatios() {
if(ratio_limit <= 0) return;
qDebug("Process big ratios...");