mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
- some more signal / slot fixing
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user