mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- some more signal / slot fixing
This commit is contained in:
parent
d57062a45a
commit
41c6a847b9
3 changed files with 2 additions and 3 deletions
|
@ -1258,7 +1258,7 @@ void bittorrent::readAlerts() {
|
|||
if(h.is_valid()){
|
||||
QString hash = h.hash();
|
||||
qDebug("%s have just finished checking", hash.toUtf8().data());
|
||||
emit torrentFinishedChecking(hash);
|
||||
emit torrentFinishedChecking(h);
|
||||
}
|
||||
}
|
||||
a = s->pop_alert();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue