|
|
@ -25,6 +25,8 @@ |
|
|
|
#include <QTranslator> |
|
|
|
#include <QTranslator> |
|
|
|
#include "ui_options.h" |
|
|
|
#include "ui_options.h" |
|
|
|
#include "libtorrent/session.hpp" |
|
|
|
#include "libtorrent/session.hpp" |
|
|
|
|
|
|
|
#include "libtorrent/ip_filter.hpp" |
|
|
|
|
|
|
|
|
|
|
|
using namespace libtorrent; |
|
|
|
using namespace libtorrent; |
|
|
|
|
|
|
|
|
|
|
|
class options_imp : public QDialog, private Ui::Dialog{ |
|
|
|
class options_imp : public QDialog, private Ui::Dialog{ |
|
|
|