mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
Fix fail to build
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user