Explicitly downcast integers

This commit is contained in:
msuih 2019-06-28 20:43:36 +03:00 committed by Nekotekina
parent d57124d075
commit 503e023815
5 changed files with 22 additions and 22 deletions

View file

@ -655,7 +655,7 @@ void trophy_manager_dialog::PopulateGameTable()
m_game_table->setSortingEnabled(false); // Disable sorting before using setItem calls
m_game_table->clearContents();
m_game_table->setRowCount(m_trophies_db.size());
m_game_table->setRowCount(static_cast<int>(m_trophies_db.size()));
m_game_combo->clear();