- Fixed not destructing libtorrent session bug

This commit is contained in:
Christophe Dumez 2007-11-23 15:20:26 +00:00
commit 64bfdf930c
3 changed files with 34 additions and 8 deletions

View file

@ -207,7 +207,6 @@ void DownloadingTorrents::setInfoBar(QString info, QColor color) {
infoBar->clear();
nbLines = 1;
}
qDebug("Color is %s", color.name().toUtf8().data());
infoBar->append(QString::fromUtf8("<font color='grey'>")+ QTime::currentTime().toString(QString::fromUtf8("hh:mm:ss")) + QString::fromUtf8("</font> - <font color='") + color.name() +QString::fromUtf8("'><i>") + info + QString::fromUtf8("</i></font>"));
}