aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/quick-accessibility/content/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/quick-accessibility/content/Button.qml')
-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