fix ubuntu build, suppress spammy warning there

This commit is contained in:
Garux
2022-10-27 10:30:27 +03:00
parent f7977eb851
commit 6bfa626a38
3 changed files with 3 additions and 2 deletions

View File

@@ -922,7 +922,7 @@ void DoMapInfo(){
{
auto item = new QTreeWidgetItem( tree );
item->setData( 0, Qt::ItemDataRole::DisplayRole, name.c_str() );
item->setData( 1, Qt::ItemDataRole::DisplayRole, count );
item->setData( 1, Qt::ItemDataRole::DisplayRole, int( count ) );
}
}