aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2024-03-04 15:32:34 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2024-03-05 11:33:49 +0100
commitc00e6b1c40f5cfa4c0183429e7972153e96da919 (patch)
tree2e9b22c071cdaade9af53ee19f97a5c4002555f5 /examples/quick
parentf31788cb0e0cfe1ac666bcfe465d65ee1cfc64f8 (diff)
Follow QQuickRhiItem property rename in example
The example was not updated. Pick-to: 6.7 Change-Id: Ib9afde58b3f48639cf77848e36ee503df78bdd53 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/scenegraph/rhitextureitem/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/rhitextureitem/main.qml b/examples/quick/scenegraph/rhitextureitem/main.qml
index dd664eaa57..d4b3a703f2 100644
--- a/examples/quick/scenegraph/rhitextureitem/main.qml
+++ b/examples/quick/scenegraph/rhitextureitem/main.qml
@@ -177,7 +177,7 @@ Item {
}
Label {
- text: qsTr("Backing texture size: %1x%2 pixels").arg(renderer.effectiveTextureSize.width).arg(renderer.effectiveTextureSize.height)
+ text: qsTr("Backing texture size: %1x%2 pixels").arg(renderer.effectiveColorBufferSize.width).arg(renderer.effectiveColorBufferSize.height)
}
Label {