From 96363242c9a6edd00a5c4f585e93cfb4ba15a371 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Thu, 26 Nov 2009 13:15:12 +0100 Subject: Doc fix From Thomas Zander --- doc/src/declarative/qmlintro.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/declarative/qmlintro.qdoc b/doc/src/declarative/qmlintro.qdoc index 76d915f..8141c90 100644 --- a/doc/src/declarative/qmlintro.qdoc +++ b/doc/src/declarative/qmlintro.qdoc @@ -121,7 +121,7 @@ Item { } Text { id: text2 - text: Text1.text + text: text1.text } } \endcode -- cgit v0.12