diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-04 11:31:33 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-04 11:31:33 (GMT) |
commit | 6f7b9cfd130135dd398cd7f2e1ac30fd08971aae (patch) | |
tree | 1002e5a229058d3a4ec2e2ba66d0c32b0bb532f5 /examples | |
parent | 1fbb8472ccb3fe7c1c92e960e37f31b7077f999f (diff) | |
download | Qt-6f7b9cfd130135dd398cd7f2e1ac30fd08971aae.zip Qt-6f7b9cfd130135dd398cd7f2e1ac30fd08971aae.tar.gz Qt-6f7b9cfd130135dd398cd7f2e1ac30fd08971aae.tar.bz2 |
qdoc: Corrected some qdoc warnings.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml b/examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml index 309ee5a..8d82e89 100644 --- a/examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml +++ b/examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml @@ -1,3 +1,4 @@ +//! [all] Rect { id: removeButton width: 30 @@ -120,3 +121,4 @@ Rect { } ] } +//! [all] |