mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- COSMETIC: Improved progress bar text rendering
This commit is contained in:
parent
1fbbee794c
commit
6ed565a06b
10 changed files with 100 additions and 25 deletions
|
@ -1138,8 +1138,7 @@ void bittorrent::readAlerts() {
|
|||
QTorrentHandle h(p->handle);
|
||||
if(h.is_valid()){
|
||||
qDebug("/!\\ Fast resume failed for %s, reason: %s", h.name().toUtf8().data(), p->msg().c_str());
|
||||
// TODO: uncomment this when #182 in libtorrent is fixed
|
||||
//emit fastResumeDataRejected(h.name());
|
||||
emit fastResumeDataRejected(h.name());
|
||||
}
|
||||
}
|
||||
else if (url_seed_alert* p = dynamic_cast<url_seed_alert*>(a.get())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue