mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Improve parsing in BitTorrent::PeerAddress::parse
This commit is contained in:
@@ -39,6 +39,6 @@ namespace BitTorrent
|
||||
QHostAddress ip;
|
||||
ushort port = 0;
|
||||
|
||||
static PeerAddress parse(QString peerAddressStr);
|
||||
static PeerAddress parse(const QString &address);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user