aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/textureinsgnode/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/textureinsgnode/main.qml')
-rw-r--r--examples/quick/scenegraph/textureinsgnode/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/textureinsgnode/main.qml b/examples/quick/scenegraph/textureinsgnode/main.qml
index 6f6d7d1c1a..f461cb29a8 100644
--- a/examples/quick/scenegraph/textureinsgnode/main.qml
+++ b/examples/quick/scenegraph/textureinsgnode/main.qml
@@ -125,7 +125,7 @@ Item {
anchors.right: renderer.right
anchors.margins: 20
wrapMode: Text.WordWrap
- text: "The blue rectangle with the vintage 'Q' is an FBO, rendered by the application on the scene graph rendering thread. It is displayed using a QSGSimpleTextureNode."
+ text: "The blue rectangle with the vintage 'Q' is an FBO, rendered by the application on the scene graph rendering thread. The FBO is managed and displayed using the QQuickFramebufferObject convenience class."
}