mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Updated Russian translation
This commit is contained in:
parent
4c5c1d49c2
commit
d8dd509a7b
30 changed files with 665 additions and 650 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue