summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Schwarzer <frederik.schwarzer@basyskom.com>2016-08-18 16:40:57 +0200
committerFrederik Schwarzer <frederik.schwarzer@basyskom.com>2016-10-04 12:29:35 +0000
commitac6aa824bf1c31fc7f8faeade35c188bae128ddc (patch)
treedd8f72a48b9cca747d23cb21d4ecbec596d44946
parent59871d2f3bdc1297696ad938fa79d891f086d8e9 (diff)
downloadqtdoc-ac6aa824bf1c31fc7f8faeade35c188bae128ddc.tar.gz
gettingstartedqml.qdoc: add id to element in example code
This id is referenced within the same code example, so it is easier to understand this way. Change-Id: Ie0255ee8e0e84b93626ccf406f8ad11dbc5a010e Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
-rw-r--r--doc/src/getting-started/gettingstartedqml.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/getting-started/gettingstartedqml.qdoc b/doc/src/getting-started/gettingstartedqml.qdoc
index b74b7ae5..3efd66f6 100644
--- a/doc/src/getting-started/gettingstartedqml.qdoc
+++ b/doc/src/getting-started/gettingstartedqml.qdoc
@@ -168,6 +168,7 @@
}
MouseArea{
+ id: buttonMouseArea
onClicked: buttonClick()
hoverEnabled: true
onEntered: parent.border.color = onHoverColor