- Fixed a ratio assert in libtorrent because we sent it -1 for unlimited instead of 0

This commit is contained in:
Christophe Dumez 2007-09-16 14:16:42 +00:00
commit 9062266a84
3 changed files with 7 additions and 2 deletions

1
configure vendored
View file

@ -354,6 +354,7 @@ public:
QString shortname() const { return "Qt 4.3"; }
bool exec()
{
qWarning("QT VERSION: %s", QT_VERSION);
return(QT_VERSION >= 0x040300);
}
};