Fix fail to build

This commit is contained in:
joshua
2020-12-17 23:39:04 +01:00
parent 404ae4fffc
commit 546db38683

View File

@@ -183,9 +183,8 @@ void DynamicTextFieldEditor::setUpWidget(QWidget* parent)
tr("Information de l'\303\251l\303\251ment")); tr("Information de l'\303\251l\303\251ment"));
m_text_from_cb->setItemText(2, tr("Texte compos\303\251")); m_text_from_cb->setItemText(2, tr("Texte compos\303\251"));
connect( connect(m_text_from_cb,
m_text_from_cb, QOverload<int>::of(&QComboBox::currentIndexChanged),
&QComboBox::currentIndexChanged,
this, this,
&DynamicTextFieldEditor::on_m_text_from_cb_activated); &DynamicTextFieldEditor::on_m_text_from_cb_activated);