- Started to work on bandwidth allocation per torrent

This commit is contained in:
Christophe Dumez
2007-04-10 09:07:33 +00:00
parent a9ed013ca3
commit 3933d78da2
4 changed files with 217 additions and 2 deletions

View File

@@ -117,11 +117,12 @@ HEADERS += GUI.h misc.h options_imp.h about_imp.h \
downloadThread.h downloadFromURLImp.h \
torrentAddition.h deleteThread.h \
bittorrent.h searchEngine.h \
rss.h rss_imp.h FinishedTorrents.h
rss.h rss_imp.h FinishedTorrents.h \
allocationDlg.h
FORMS += MainWindow.ui options.ui about.ui \
properties.ui createtorrent.ui preview.ui \
login.ui downloadFromURL.ui addTorrentDialog.ui \
search.ui rss.ui seeding.ui
search.ui rss.ui seeding.ui bandwidth_limit.ui
SOURCES += GUI.cpp \
main.cpp \
options_imp.cpp \