QmlDesigner: Fix deprecated Connections

Fix an implicitly defined onFoo properties in Connections are deprecated
warning in the color editor.

Change-Id: I6b1eb0e997a8ec20bafad663c49506ebb6955eee
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2024-06-20 09:51:34 +02:00
committed by Henning Gründl
parent 2ebde52f67
commit 0a649de487

View File

@@ -444,7 +444,7 @@ Column {
Connections {
target: root
onAboutToBeShown: {
function onAboutToBeShown() {
colorPicker.aboutToBeShown()
}
}