mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -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
|
||||
{
|
||||
target: content
|
||||
onLoaded: function()
|
||||
function onLoaded()
|
||||
{
|
||||
pageTitle.text = content.item.pageTitle
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue