fixed class name

This commit is contained in:
AgCaliva
2023-08-09 02:19:26 -03:00
parent 5c4631165a
commit dae3d4f690

View File

@@ -612,7 +612,7 @@ void DlgSettingsGeneral::onUnitSystemIndexChanged(int index)
}
}
void DlgGeneralImp::on_checkBox_projectUnitSystemIgnore_stateChanged(int state)
void DlgSettingsGeneral::on_checkBox_projectUnitSystemIgnore_stateChanged(int state)
{
if (state < 0)
return; // happens when clearing the combo box in retranslateUi()