mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Replace QList by QVector
This commit is contained in:
@@ -490,7 +490,8 @@ void SyncController::torrentPeersAction()
|
||||
|
||||
QVariantMap data;
|
||||
QVariantHash peers;
|
||||
const QList<BitTorrent::PeerInfo> peersList = torrent->peers();
|
||||
|
||||
const QVector<BitTorrent::PeerInfo> peersList = torrent->peers();
|
||||
|
||||
#ifndef DISABLE_COUNTRIES_RESOLUTION
|
||||
bool resolvePeerCountries = Preferences::instance()->resolvePeerCountries();
|
||||
|
||||
Reference in New Issue
Block a user