mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Add usz alias for std::size_t
This commit is contained in:
parent
360c4d1554
commit
fb29933d3d
173 changed files with 718 additions and 717 deletions
|
|
@ -735,7 +735,7 @@ void trophy_manager_dialog::PopulateGameTable()
|
|||
m_game_combo->clear();
|
||||
|
||||
QList<int> indices;
|
||||
for (size_t i = 0; i < m_trophies_db.size(); ++i)
|
||||
for (usz i = 0; i < m_trophies_db.size(); ++i)
|
||||
indices.append(static_cast<int>(i));
|
||||
|
||||
std::function<QPixmap(const int&)> get_icon = [this](const int& i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue