- Support peer manual ban (from peer list)

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

View file

@ -186,6 +186,10 @@ const QTorrentHandle& PropertiesWidget::getCurrentTorrent() const {
return h;
}
bittorrent* PropertiesWidget::getBTSession() const {
return BTSession;
}
void PropertiesWidget::loadTorrentInfos(QTorrentHandle &_h) {
h = _h;
if(!h.is_valid()) {