mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Changed deprecated qml syntax
Contributes to CURA-8558
This commit is contained in:
parent
b53a9840f3
commit
397baebda4
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ Window
|
||||||
Connections
|
Connections
|
||||||
{
|
{
|
||||||
target: content
|
target: content
|
||||||
onLoaded: function()
|
function onLoaded()
|
||||||
{
|
{
|
||||||
pageTitle.text = content.item.pageTitle
|
pageTitle.text = content.item.pageTitle
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue