summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/shared
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-04-15 21:31:06 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-04-16 07:46:05 +0200
commit9b1bbf49b416126b7316f52fa967f8409682b4c2 (patch)
treef14ac4a5180f8c853f435dd66e97b42a600e2f85 /src/designer/src/lib/shared
parentfc53a5117c19c932aa2badc1e514c8416c4492a8 (diff)
Remove unnecessary QOverloads
Change-Id: I0945c5f91f76d690d2ad37ad657bdb67b2990572 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/designer/src/lib/shared')
-rw-r--r--src/designer/src/lib/shared/formlayoutmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/shared/formlayoutmenu.cpp b/src/designer/src/lib/shared/formlayoutmenu.cpp
index 87e8561c3..f4b9255ff 100644
--- a/src/designer/src/lib/shared/formlayoutmenu.cpp
+++ b/src/designer/src/lib/shared/formlayoutmenu.cpp
@@ -155,7 +155,7 @@ FormLayoutRowDialog::FormLayoutRowDialog(QDesignerFormEditorInterface *core,
m_ui.fieldClassComboBox->addItems(fieldWidgetClasses(core));
m_ui.fieldClassComboBox->setCurrentIndex(0);
connect(m_ui.fieldClassComboBox,
- QOverload<int>::of(&QComboBox::currentIndexChanged),
+ &QComboBox::currentIndexChanged,
this, &FormLayoutRowDialog::fieldClassChanged);
updateOkButton();