mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Follow the type used in libtorrent
This commit is contained in:
@@ -94,7 +94,7 @@ namespace BitTorrent
|
||||
struct TrackerInfo
|
||||
{
|
||||
QString lastMessage;
|
||||
quint32 numPeers = 0;
|
||||
int numPeers = 0;
|
||||
};
|
||||
|
||||
enum class TorrentState
|
||||
|
||||
Reference in New Issue
Block a user