mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 18:04:32 +00:00
Follow the type used in libtorrent
This commit is contained in:
parent
e92209475e
commit
cb4c53c848
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user