Browse Source

Follow the type used in libtorrent

adaptive-webui-19844
Chocobo1 6 years ago
parent
commit
cb4c53c848
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/base/bittorrent/torrenthandle.h

2
src/base/bittorrent/torrenthandle.h

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

Loading…
Cancel
Save