- New peers can manually be added to a torrent

This commit is contained in:
Christophe Dumez
2009-11-17 11:46:43 +00:00
parent bb4dc84824
commit 94f3323270
10 changed files with 265 additions and 2 deletions

View File

@@ -191,7 +191,8 @@ HEADERS += GUI.h \
peerlistdelegate.h \
reverseresolution.h \
preferences.h \
geoip.h
geoip.h \
peeraddition.h
FORMS += MainWindow.ui \
options.ui \
about.ui \
@@ -208,7 +209,8 @@ FORMS += MainWindow.ui \
trackersAdd.ui \
console.ui \
FeedDownloader.ui \
propertiesWidget.ui
propertiesWidget.ui \
peer.ui
SOURCES += GUI.cpp \
main.cpp \
options_imp.cpp \