- Initial implementation of Peer list

This commit is contained in:
Christophe Dumez
2009-11-14 10:37:45 +00:00
parent d8c6e2bcc6
commit 8260159ca4
11 changed files with 283 additions and 62 deletions

View File

@@ -185,7 +185,9 @@ HEADERS += GUI.h \
TransferListFiltersWidget.h \
propertieswidget.h \
TorrentFilesModel.h \
filesystemwatcher.h
filesystemwatcher.h \
peerlistwidget.h \
peerlistdelegate.h
FORMS += MainWindow.ui \
options.ui \
about.ui \
@@ -225,5 +227,6 @@ SOURCES += GUI.cpp \
ico.cpp \
rss.cpp \
TransferListWidget.cpp \
propertieswidget.cpp
propertieswidget.cpp \
peerlistwidget.cpp
DESTDIR = .