aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@blackberry.com>2014-01-07 10:09:28 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-07 20:10:48 +0100
commitcb78684aeef3116e6f9f8a538db04256cabd7715 (patch)
treec2fd34b202936cf9b97d9575e391721565625822 /src/qml/doc
parent7e115c5c5e954ab560afccbd04cb295232a0924c (diff)
Ameliorate Documentation
Task-number: QTBUG-33438 Change-Id: I9187513d3b4c68d99c90726288653aae5c553a67 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/qmllanguageref/modules/cppplugins.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qml/doc/src/qmllanguageref/modules/cppplugins.qdoc b/src/qml/doc/src/qmllanguageref/modules/cppplugins.qdoc
index 7ac1d400eb..b5fe941f9f 100644
--- a/src/qml/doc/src/qmllanguageref/modules/cppplugins.qdoc
+++ b/src/qml/doc/src/qmllanguageref/modules/cppplugins.qdoc
@@ -34,8 +34,9 @@
The \l{QQmlEngine}{QML engine} load C++ plugins for QML.
Such plugins are usually provided in a QML extension module, and can
- provide types and functionality for use by clients in QML documents
- which import the module.
+ provide types for use by clients in QML documents which import the module.
+ A module requires at least one type registered in order to be considered
+ valid.
QQmlExtensionPlugin is a plugin interface that makes it possible to
create QML extensions that can be loaded dynamically into QML applications.