diff options
Diffstat (limited to 'doc/src/snippets/declarative/comments.qml')
-rw-r--r-- | doc/src/snippets/declarative/comments.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/snippets/declarative/comments.qml b/doc/src/snippets/declarative/comments.qml index f4bedb8..bafa26d 100644 --- a/doc/src/snippets/declarative/comments.qml +++ b/doc/src/snippets/declarative/comments.qml @@ -40,6 +40,7 @@ import Qt 4.7 +//![0] Text { text: "Hello world!" //a basic greeting /* @@ -49,3 +50,4 @@ Text { font.family: "Helvetica" font.pointSize: 24 } +//![0] |