- Support peer manual ban (from peer list)

This commit is contained in:
Christophe Dumez 2009-11-17 16:02:35 +00:00
commit 7c84551150
14 changed files with 77 additions and 5 deletions

View file

@ -113,6 +113,7 @@ public:
PropertiesWidget(QWidget *parent, TransferListWidget *transferList, bittorrent* BTSession);
~PropertiesWidget();
const QTorrentHandle& getCurrentTorrent() const;
bittorrent* getBTSession() const;
};
#endif // PROPERTIESWIDGET_H