1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-15 20:03:15 +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() void CSettingsView::fillValidRenderers()
{ {
// untested on mobile platforms // untested on mobile platforms
ui->comboBoxRendererType-hide(); ui->comboBoxRendererType->hide();
ui->labelRendererType-hide(); ui->labelRendererType->hide();
} }
#endif #endif