summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/orderdialog.ui.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2021-01-15 11:43:03 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-01-21 15:04:34 +0000
commite0fecdc7bc7b3dbd6a6f9046d43450b3bdd38a60 (patch)
tree702e2e9609d309542f63e9df4c025fe680b60cd4 /tests/auto/tools/uic/baseline/orderdialog.ui.h
parentf2eb4b14af4115062c1613d91fcdc37117366cc5 (diff)
Hardcode a special case of using qOverload for slots without arguments
Fixes: QTBUG-90308 Change-Id: I35cd45679ded626654dd0e7e3eea8a7bb14c1d56 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> (cherry picked from commit 98a89fb711a15fcf9f541f7b4a8ae7492e5a445c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests/auto/tools/uic/baseline/orderdialog.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/orderdialog.ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/tools/uic/baseline/orderdialog.ui.h b/tests/auto/tools/uic/baseline/orderdialog.ui.h
index c4b0ee87c2..a336b1444b 100644
--- a/tests/auto/tools/uic/baseline/orderdialog.ui.h
+++ b/tests/auto/tools/uic/baseline/orderdialog.ui.h
@@ -123,8 +123,8 @@ public:
retranslateUi(qdesigner_internal__OrderDialog);
- QObject::connect(buttonBox, &QDialogButtonBox::accepted, qdesigner_internal__OrderDialog, &QDialog::accept);
- QObject::connect(buttonBox, &QDialogButtonBox::rejected, qdesigner_internal__OrderDialog, &QDialog::reject);
+ QObject::connect(buttonBox, &QDialogButtonBox::accepted, qdesigner_internal__OrderDialog, qOverload<>(&QDialog::accept));
+ QObject::connect(buttonBox, &QDialogButtonBox::rejected, qdesigner_internal__OrderDialog, qOverload<>(&QDialog::reject));
QMetaObject::connectSlotsByName(qdesigner_internal__OrderDialog);
} // setupUi