Replace QList by QVector for tracker related operations

This commit is contained in:
Chocobo1 2019-05-21 12:21:17 +08:00
parent f86c5442aa
commit ed6bb0efdc
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
14 changed files with 97 additions and 81 deletions

View file

@ -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;