diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-02-24 01:23:18 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-02-24 01:23:18 (GMT) |
commit | c4db93560af2f949eafe66832940d51aaf1a1874 (patch) | |
tree | 5db3cb26a2703b87aab6d7ba0683431a59381ec2 /doc | |
parent | 10ee284f7722c2479e85d469b179c9311b10238a (diff) | |
download | Qt-c4db93560af2f949eafe66832940d51aaf1a1874.zip Qt-c4db93560af2f949eafe66832940d51aaf1a1874.tar.gz Qt-c4db93560af2f949eafe66832940d51aaf1a1874.tar.bz2 |
doc
Diffstat (limited to 'doc')
-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 5da4adb..e7ed310 100644 --- a/doc/src/declarative/extending.qdoc +++ b/doc/src/declarative/extending.qdoc @@ -88,7 +88,7 @@ constructor. \endquotation Types can be registered by libraries (such as Qt does), application code, -or by plugins (see QmlModulePlugin). +or by plugins (see QmlExtensionPlugin). Once registered, all of the \l {Qt's Property System}{properties} of a supported type are available for use within QML. QML has intrinsic support for properties |