From 4c21852ec66715bd56881eb482f5e0c94f81ef3a Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 17 Jan 2022 15:22:20 +0100 Subject: [PATCH] QmlDesigner: Fix compilation Amends c1c147a9dc9. Change-Id: Ib6d58e607a234424e77516dbb0fa07599a25f68e Reviewed-by: Christian Stenger --- tests/auto/qml/qmldesigner/wizard/wizardfactories-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qml/qmldesigner/wizard/wizardfactories-test.cpp b/tests/auto/qml/qmldesigner/wizard/wizardfactories-test.cpp index 2e6a87617dc..9b692c7d0ba 100644 --- a/tests/auto/qml/qmldesigner/wizard/wizardfactories-test.cpp +++ b/tests/auto/qml/qmldesigner/wizard/wizardfactories-test.cpp @@ -104,7 +104,7 @@ protected: void configureFactory(MockWizardFactory &factory, IWizardFactory::WizardKind kind, bool requiresQtStudio = true, const QPair &availableOnPlatform = {}, - const QPair &sizes = {}) + const std::pair &sizes = {}) { if (kind == IWizardFactory::ProjectWizard) { QSet supported{Utils::Id{"QmlProjectManager.QmlProject"}};