mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Fix compilation warning
This commit is contained in:
@@ -71,7 +71,7 @@ void TorrentContentModel::updateFilesPriorities(const std::vector<int> &fprio)
|
||||
std::vector<int> TorrentContentModel::getFilesPriorities() const
|
||||
{
|
||||
std::vector<int> prio;
|
||||
for (uint i=0; i<m_filesIndex.size(); ++i) {
|
||||
for (int i=0; i<m_filesIndex.size(); ++i) {
|
||||
prio.push_back(m_filesIndex[i]->getPriority());
|
||||
}
|
||||
return prio;
|
||||
|
||||
Reference in New Issue
Block a user