mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Follow the type used in libtorrent
This commit is contained in:
parent
e92209475e
commit
cb4c53c848
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ namespace BitTorrent
|
|||
struct TrackerInfo
|
||||
{
|
||||
QString lastMessage;
|
||||
quint32 numPeers = 0;
|
||||
int numPeers = 0;
|
||||
};
|
||||
|
||||
enum class TorrentState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue