diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-07-20 03:16:15 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-07-21 05:28:54 (GMT) |
commit | cc6980310b097701e8f8026393715d802ac6f9ba (patch) | |
tree | 5e57313b61b335706b4d765730a6812114312a07 /doc | |
parent | bd7d4947940593e7f56eccfae57db90d3b4acc4d (diff) | |
download | Qt-cc6980310b097701e8f8026393715d802ac6f9ba.zip Qt-cc6980310b097701e8f8026393715d802ac6f9ba.tar.gz Qt-cc6980310b097701e8f8026393715d802ac6f9ba.tar.bz2 |
Use snippets instead to avoid quoting license headers
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/snippets/declarative/comments.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/snippets/declarative/comments.qml b/doc/src/snippets/declarative/comments.qml index bafa26d..9be0ce5 100644 --- a/doc/src/snippets/declarative/comments.qml +++ b/doc/src/snippets/declarative/comments.qml @@ -38,6 +38,7 @@ ** ****************************************************************************/ +//![0] import Qt 4.7 //![0] |