misc: get rid of some compiler warnings

This commit is contained in:
Megamouse 2017-08-18 10:41:57 +02:00 committed by Ivan
parent 713c1a7a86
commit 0854ed2b51
7 changed files with 21 additions and 19 deletions

View file

@ -164,7 +164,7 @@ void save_data_list_dialog::OnEntryInfo()
void save_data_list_dialog::UpdateList()
{
m_list->clearContents();
m_list->setRowCount(m_save_entries.size());
m_list->setRowCount((int)m_save_entries.size());
gui_settings settings(this);
int row = 0;