diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-05-26 00:26:42 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-05-26 00:26:42 (GMT) |
commit | 5613693326eaa272d6fab5819072c52b743d7785 (patch) | |
tree | 7b8b9f76f630d1468058a31fd66f35d3c5e2b716 /examples/declarative/sqllocalstorage | |
parent | 291dce4ceba88a6cada0415524e3466621ac1612 (diff) | |
download | Qt-5613693326eaa272d6fab5819072c52b743d7785.zip Qt-5613693326eaa272d6fab5819072c52b743d7785.tar.gz Qt-5613693326eaa272d6fab5819072c52b743d7785.tar.bz2 |
Don't display unnecessary copyright headers in doc
Diffstat (limited to 'examples/declarative/sqllocalstorage')
-rw-r--r-- | examples/declarative/sqllocalstorage/hello.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/sqllocalstorage/hello.qml b/examples/declarative/sqllocalstorage/hello.qml index 67f542e..0913d42 100644 --- a/examples/declarative/sqllocalstorage/hello.qml +++ b/examples/declarative/sqllocalstorage/hello.qml @@ -37,7 +37,7 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ - +//![0] import Qt 4.7 Text { |