mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Follow the type used in libtorrent
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user