- 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

@@ -102,7 +102,8 @@ HEADERS += GUI.h misc.h options_imp.h about_imp.h \
PropListDelegate.h previewSelect.h \
PreviewListDelegate.h trackerLogin.h \
downloadThread.h downloadFromURLImp.h \
torrentAddition.h deleteThread.h
torrentAddition.h deleteThread.h \
bittorrent.h
FORMS += MainWindow.ui options.ui about.ui \
properties.ui createtorrent.ui preview.ui \
login.ui downloadFromURL.ui addTorrentDialog.ui
@@ -110,5 +111,6 @@ SOURCES += GUI.cpp \
main.cpp \
options_imp.cpp \
properties_imp.cpp \
createtorrent_imp.cpp
createtorrent_imp.cpp \
bittorrent.cpp