Fix signal for ComboBox

This commit is contained in:
plc-user
2025-03-28 18:57:40 +01:00
committed by GitHub
parent 07a07a5719
commit 411fb3c4dc
2 changed files with 3 additions and 3 deletions

View File

@@ -306,8 +306,8 @@ void DynamicTextFieldEditor::on_m_width_sb_editingFinished()
}
}
void DynamicTextFieldEditor::on_m_elmt_info_cb_activated(const QString &arg1) {
Q_UNUSED(arg1)
void DynamicTextFieldEditor::on_m_elmt_info_cb_activated(int index) {
Q_UNUSED(index)
QString info = ui -> m_elmt_info_cb -> currentData().toString();
for (int i = 0; i < m_parts.length(); i++) {