- Updated Russian translation

This commit is contained in:
Christophe Dumez 2007-08-21 07:17:13 +00:00
parent 4c5c1d49c2
commit d8dd509a7b
30 changed files with 665 additions and 650 deletions

View file

@ -966,6 +966,7 @@ void bittorrent::readAlerts() {
if (torrent_finished_alert* p = dynamic_cast<torrent_finished_alert*>(a.get())) {
QTorrentHandle h(p->handle);
QString hash = h.hash();
qDebug("Received finished alert for %s", h.name().toUtf8().data());
setFinishedTorrent(hash);
emit finishedTorrent(h);
}