mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 13:04:23 +00:00
- Fix compilation error on some machines
This commit is contained in:
parent
11fd99e2de
commit
ac2473da6d
@ -95,7 +95,7 @@ QList<QVariantMap> EventManager::getPropFilesInfo(QString hash) const {
|
||||
QTorrentHandle h = BTSession->getTorrentHandle(hash);
|
||||
if(!h.is_valid()) return files;
|
||||
std::vector<int> priorities = h.file_priorities();
|
||||
std::vector<long long int> fp;
|
||||
std::vector<size_type> fp;
|
||||
h.file_progress(fp);
|
||||
torrent_info t = h.get_torrent_info();
|
||||
torrent_info::file_iterator fi;
|
||||
|
Loading…
x
Reference in New Issue
Block a user