fixed class name

This commit is contained in:
AgCaliva
2023-08-09 02:19:26 -03:00
parent 0c4ef0e106
commit 0df27979a1

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()