mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Fixed a ratio assert in libtorrent because we sent it -1 for unlimited instead of 0
This commit is contained in:
parent
9cdcd53234
commit
9062266a84
3 changed files with 7 additions and 2 deletions
1
configure
vendored
1
configure
vendored
|
@ -354,6 +354,7 @@ public:
|
|||
QString shortname() const { return "Qt 4.3"; }
|
||||
bool exec()
|
||||
{
|
||||
qWarning("QT VERSION: %s", QT_VERSION);
|
||||
return(QT_VERSION >= 0x040300);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue