Follow the type used in libtorrent

This commit is contained in:
Chocobo1 2019-05-17 11:55:16 +08:00
commit cb4c53c848
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -94,7 +94,7 @@ namespace BitTorrent
struct TrackerInfo struct TrackerInfo
{ {
QString lastMessage; QString lastMessage;
quint32 numPeers = 0; int numPeers = 0;
}; };
enum class TorrentState enum class TorrentState