Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-04-06 10:53:27 +0300
committerJaime van Kessel <nallath@gmail.com>2022-04-06 10:53:27 +0300
commit3c6412d5d74a523641cbc7ac0ca2d7e67f3a6c79 (patch)
tree4eddcccb0fff0e990d3676562f404890726368a8 /plugins/Marketplace/resources
parent62c1e37e040b88d556649138d51d3b48f2f951c2 (diff)
FIx deprecation warning
Diffstat (limited to 'plugins/Marketplace/resources')
-rw-r--r--plugins/Marketplace/resources/qml/OnboardBanner.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Marketplace/resources/qml/OnboardBanner.qml b/plugins/Marketplace/resources/qml/OnboardBanner.qml
index 7d973cb74a..a9d0834b6d 100644
--- a/plugins/Marketplace/resources/qml/OnboardBanner.qml
+++ b/plugins/Marketplace/resources/qml/OnboardBanner.qml
@@ -70,7 +70,7 @@ Rectangle
wrapMode: Text.Wrap
elide: Text.ElideRight
- onLineLaidOut:
+ onLineLaidOut: (line) =>
{
if(line.isLast)
{