summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-12-06 15:07:06 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2010-12-06 15:07:06 (GMT)
commit19b1ab1f2f4df72621b1bef43a4a24286ae12657 (patch)
tree0aa1f1c50f4656e65fee927d0ef2c976d9d91397 /doc
parenta82e30125f2d6f9a8dc820c5d117a359244231f7 (diff)
downloadQt-19b1ab1f2f4df72621b1bef43a4a24286ae12657.zip
Qt-19b1ab1f2f4df72621b1bef43a4a24286ae12657.tar.gz
Qt-19b1ab1f2f4df72621b1bef43a4a24286ae12657.tar.bz2
Fixed a bug by changing the id name to lower case.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/getting-started/gettingstartedqml.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/getting-started/gettingstartedqml.qdoc b/doc/src/getting-started/gettingstartedqml.qdoc
index b767587..e3977bb 100644
--- a/doc/src/getting-started/gettingstartedqml.qdoc
+++ b/doc/src/getting-started/gettingstartedqml.qdoc
@@ -148,7 +148,7 @@
\code
Rectangle {
- id:Button
+ id: button
...
property color buttonColor: "lightblue"