diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-07-23 10:15:14 +1000 |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-07-23 10:15:14 +1000 |
commit | dc602e3b9c4d5e4da1d57ed657d82e73401b4531 (patch) | |
tree | 6f1ec1972a6dbeea0830373fe534390da06e6869 /doc/src/snippets/declarative/comments.qml | |
parent | 8dc527a3837c937630c8bbbab034b8bc84d496fb (diff) | |
download | qt4-tools-dc602e3b9c4d5e4da1d57ed657d82e73401b4531.tar.gz |
Move all QML types to Qt/4.6 namespace.
Adjust examples and demos accordingly.
As per QT-558
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 22e0d18c88..4f8a442abe 100644 --- a/doc/src/snippets/declarative/comments.qml +++ b/doc/src/snippets/declarative/comments.qml @@ -1,3 +1,5 @@ +import Qt 4.6 + Text { text: "Hello world!" //a basic greeting /* |