mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Another attempt to fix compilation on FreeBSD
- Fixed IP Filter preferences (closes #147532)
This commit is contained in:
parent
ce3b8733d1
commit
4f25e6c769
4 changed files with 4 additions and 5 deletions
6
TODO
6
TODO
|
@ -57,6 +57,6 @@
|
||||||
- Translations update (IN PROGRESS)
|
- Translations update (IN PROGRESS)
|
||||||
- Make use of total_wanted
|
- Make use of total_wanted
|
||||||
|
|
||||||
rc2->rc3 changelog:
|
rc3->rc4 changelog:
|
||||||
- BUGFIX: Fixed a proxy problem causing connections to be rejected by trackers
|
- BUGFIX: Fixed ip filter preferences (couldn't enable it)
|
||||||
- BUGFIX: Fixed compilation problem on FreeBSD
|
- BUGFIX: Fixed a compilation problem on FreeBSD
|
|
@ -35,7 +35,6 @@
|
||||||
#include <libtorrent/bencode.hpp>
|
#include <libtorrent/bencode.hpp>
|
||||||
#include <libtorrent/identify_client.hpp>
|
#include <libtorrent/identify_client.hpp>
|
||||||
#include <libtorrent/alert_types.hpp>
|
#include <libtorrent/alert_types.hpp>
|
||||||
#include <libtorrent/ip_filter.hpp>
|
|
||||||
#include <libtorrent/torrent_info.hpp>
|
#include <libtorrent/torrent_info.hpp>
|
||||||
#include <boost/filesystem/exception.hpp>
|
#include <boost/filesystem/exception.hpp>
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|
||||||
#include <libtorrent/session.hpp>
|
#include <libtorrent/session.hpp>
|
||||||
|
#include <libtorrent/ip_filter.hpp>
|
||||||
#include "qtorrenthandle.h"
|
#include "qtorrenthandle.h"
|
||||||
|
|
||||||
using namespace libtorrent;
|
using namespace libtorrent;
|
||||||
|
|
|
@ -565,7 +565,6 @@ void options_imp::loadOptions(){
|
||||||
processFilterFile(textFilterPath->text());
|
processFilterFile(textFilterPath->text());
|
||||||
} else {
|
} else {
|
||||||
enableFilter(0); // Disable
|
enableFilter(0); // Disable
|
||||||
filterBox->setEnabled(false);
|
|
||||||
}
|
}
|
||||||
// End IP Filter
|
// End IP Filter
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue