diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-01-15 01:53:13 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-01-15 01:53:13 (GMT) |
commit | c9dcaed1d6eef6a15cc8266cff68636487aa3352 (patch) | |
tree | 3fa7b55acd211c7f16bf76b3d82fbd6fefc31113 /doc/src | |
parent | 18a5a096c9020c7b1b10b82009c912b4b97335a3 (diff) | |
download | Qt-c9dcaed1d6eef6a15cc8266cff68636487aa3352.zip Qt-c9dcaed1d6eef6a15cc8266cff68636487aa3352.tar.gz Qt-c9dcaed1d6eef6a15cc8266cff68636487aa3352.tar.bz2 |
Doc fixes.
Task-number: QTBUG-7322
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/extending.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/extending.qdoc b/doc/src/declarative/extending.qdoc index 84d7089..893838f 100644 --- a/doc/src/declarative/extending.qdoc +++ b/doc/src/declarative/extending.qdoc @@ -296,7 +296,7 @@ identified through the use of the attacher type name, in the case shown \c BirthdayParty, as a suffix to the property name. In the example shown, \c BirthdayParty is called the attaching type, and the -Box instance the attachee object instance. +Boy instance the attachee object instance. For the attaching type, an attached property block is implemented as a new QObject derived type, called the attachment object. The properties on the |