mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-29 11:48:05 -06:00
- Initial implementation of Peer list
This commit is contained in:
@@ -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 = .
|
||||
|
||||
Reference in New Issue
Block a user