1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Fix build

This commit is contained in:
Ivan Savenko 2024-01-05 22:30:07 +02:00
parent 0acf65af17
commit d4d2ad5f1f

View File

@ -271,8 +271,8 @@ void CSettingsView::fillValidResolutionsForScreen(int screenIndex)
void CSettingsView::fillValidRenderers()
{
// untested on mobile platforms
ui->comboBoxRendererType-hide();
ui->labelRendererType-hide();
ui->comboBoxRendererType->hide();
ui->labelRendererType->hide();
}
#endif