mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Fixed UPnP messages
This commit is contained in:
parent
c6abdacadd
commit
8d1f1512b0
4 changed files with 6 additions and 6 deletions
|
@ -1163,7 +1163,7 @@ void bittorrent::readAlerts() {
|
|||
}
|
||||
else if (portmap_alert* p = dynamic_cast<portmap_alert*>(a.get())) {
|
||||
qDebug("UPnP Success, msg: %s", p->msg().c_str());
|
||||
emit UPnPSuccess();
|
||||
emit UPnPSuccess(QString(p->msg().c_str()));
|
||||
}
|
||||
else if (peer_blocked_alert* p = dynamic_cast<peer_blocked_alert*>(a.get())) {
|
||||
emit peerBlocked(QString::fromUtf8(p->ip.to_string().c_str()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue