summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qtdeclarative.qdoc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-01-17 19:12:14 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-01-17 19:12:14 (GMT)
commit72900c3004825514244ebd38f38c0443b9774ad3 (patch)
tree11105094b00cfdb37dd088d4ca88ecaab9e0bab8 /doc/src/declarative/qtdeclarative.qdoc
parent14f908687edd09664bc7909ef7a0bdd071456402 (diff)
downloadQt-72900c3004825514244ebd38f38c0443b9774ad3.zip
Qt-72900c3004825514244ebd38f38c0443b9774ad3.tar.gz
Qt-72900c3004825514244ebd38f38c0443b9774ad3.tar.bz2
Doc: Fixed qdoc warnings caused by invalid/incomplete QML snippets.
Diffstat (limited to 'doc/src/declarative/qtdeclarative.qdoc')
-rw-r--r--doc/src/declarative/qtdeclarative.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/declarative/qtdeclarative.qdoc b/doc/src/declarative/qtdeclarative.qdoc
index 05dac52..364711d 100644
--- a/doc/src/declarative/qtdeclarative.qdoc
+++ b/doc/src/declarative/qtdeclarative.qdoc
@@ -103,7 +103,9 @@
\qml
import com.mycompany.qmlcomponents 1.0
- Slider { ... }
+ Slider {
+ // ...
+ }
\endqml
Note that it's perfectly reasonable for a library to register types to older versions