mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 03:50:20 -07:00
Replace QList by QVector for tracker related operations
This commit is contained in:
parent
f86c5442aa
commit
ed6bb0efdc
14 changed files with 97 additions and 81 deletions
|
@ -47,6 +47,7 @@ namespace BitTorrent
|
|||
NotWorking = 4
|
||||
};
|
||||
|
||||
TrackerEntry() = default;
|
||||
TrackerEntry(const QString &url);
|
||||
TrackerEntry(const lt::announce_entry &nativeEntry);
|
||||
TrackerEntry(const TrackerEntry &other) = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue