mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
commit
502b3d3228
2 changed files with 1 additions and 4 deletions
|
@ -32,7 +32,6 @@
|
|||
|
||||
#include <QtContainerFwd>
|
||||
#include <QHash>
|
||||
#include <QMap>
|
||||
#include <QString>
|
||||
#include <QStringView>
|
||||
|
||||
|
@ -63,8 +62,7 @@ namespace BitTorrent
|
|||
QString url {};
|
||||
int tier = 0;
|
||||
|
||||
// TODO: Use QHash<TrackerEntry::Endpoint, QHash<int, EndpointStats>> once Qt5 is dropped.
|
||||
QMap<Endpoint, QHash<int, EndpointStats>> stats {};
|
||||
QHash<Endpoint, QHash<int, EndpointStats>> stats {};
|
||||
|
||||
// Deprecated fields
|
||||
Status status = NotContacted;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue