From cb78684aeef3116e6f9f8a538db04256cabd7715 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Tue, 7 Jan 2014 10:09:28 -0800 Subject: Ameliorate Documentation Task-number: QTBUG-33438 Change-Id: I9187513d3b4c68d99c90726288653aae5c553a67 Reviewed-by: Simon Hausmann --- src/qml/doc/src/qmllanguageref/modules/cppplugins.qdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/qml') 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. -- cgit v1.2.3