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