Changed deprecated qml syntax

Contributes to CURA-8558
This commit is contained in:
j.spijker@ultimaker.com 2021-11-02 08:54:57 +01:00 committed by Jelle Spijker
parent b53a9840f3
commit 397baebda4
No known key found for this signature in database
GPG Key ID: 6662DC033BE6B99A

View File

@ -130,7 +130,7 @@ Window
Connections
{
target: content
onLoaded: function()
function onLoaded()
{
pageTitle.text = content.item.pageTitle
}