aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/quick-accessibility
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-11-15 12:42:52 +0100
committerUlf Hermann <ulf.hermann@qt.io>2019-11-15 16:14:28 +0100
commite2d3005164d74e888a496ca15b6d6923c15f805d (patch)
treed3818e4a1b2c1fb5ac380301860a3349e0c1e7bf /examples/quick/quick-accessibility
parentc67b2dacb89a3dd36c114ee260584c99105e2a0b (diff)
Remove binding to nirvana in accessibility example
parent.description doesn't exist, and the text is always overwritten via the alias anyway. Change-Id: If80c4b9b1afaaa488b8ac5c6917b413a462476ef Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'examples/quick/quick-accessibility')
-rw-r--r--examples/quick/quick-accessibility/content/Button.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/quick-accessibility/content/Button.qml b/examples/quick/quick-accessibility/content/Button.qml
index fc9c19b789..7a86e31588 100644
--- a/examples/quick/quick-accessibility/content/Button.qml
+++ b/examples/quick/quick-accessibility/content/Button.qml
@@ -79,7 +79,6 @@ Rectangle {
Text {
id: buttonText
- text: parent.description
anchors.centerIn: parent
font.pixelSize: parent.height * .5
style: Text.Sunken