Parse URLs in torrent description

This commit is contained in:
Christophe Dumez 2011-04-04 17:16:34 +00:00
parent 6a3d0da4ad
commit ea04f79e0f
3 changed files with 63 additions and 1 deletions

View file

@ -263,7 +263,7 @@ void PropertiesWidget::loadTorrentInfos(const QTorrentHandle &_h) {
// Pieces size
pieceSize_lbl->setText(misc::friendlyUnit(h.piece_length()));
// Comment
comment_text->setHtml(h.comment());
comment_text->setHtml(misc::parseHtmlLinks(h.comment()));
// URL seeds
loadUrlSeeds();
// List files in torrent