- A lot of fixes/improvements in bittorrent class (now compiling)

- Half way, now I need to rewrite the GUI class to use the bittorrent class
This commit is contained in:
Christophe Dumez
2007-03-05 17:35:38 +00:00
parent 11a146a796
commit dc89c5d381
6 changed files with 185 additions and 120 deletions

View File

@@ -24,8 +24,8 @@
#include <QTranslator>
#include "ui_options.h"
#include "libtorrent/session.hpp"
#include "libtorrent/ip_filter.hpp"
#include <libtorrent/session.hpp>
#include <libtorrent/ip_filter.hpp>
using namespace libtorrent;