forked from qt-creator/qt-creator
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:
committed by
Henning Gründl
parent
2ebde52f67
commit
0a649de487
@@ -444,7 +444,7 @@ Column {
|
|||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: root
|
target: root
|
||||||
onAboutToBeShown: {
|
function onAboutToBeShown() {
|
||||||
colorPicker.aboutToBeShown()
|
colorPicker.aboutToBeShown()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user