aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/openglunderqml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/openglunderqml/main.qml')
-rw-r--r--examples/quick/openglunderqml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/openglunderqml/main.qml b/examples/quick/openglunderqml/main.qml
index 174bb262ca..66bc08bf03 100644
--- a/examples/quick/openglunderqml/main.qml
+++ b/examples/quick/openglunderqml/main.qml
@@ -71,7 +71,7 @@ Item {
id: label
color: "black"
wrapMode: Text.WordWrap
- text: "The background here is a squircle rendered with raw OpenGL using the 'beforeRender()' signal in QQuickCanvas. This text label and its border is rendered using QML"
+ text: "The background here is a squircle rendered with raw OpenGL using the 'beforeRender()' signal in QQuickWindow. This text label and its border is rendered using QML"
anchors.right: parent.right
anchors.left: parent.left
anchors.bottom: parent.bottom