aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-08-03 13:44:10 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-08-03 12:28:47 +0000
commit3efe416da236828010a446f415583a9777e4712d (patch)
treead2deb85090f95a01e1e3a1d97d26119526782b0 /src/qml/doc
parent16b716dc9f943313b5f75e0a9a374d496ffda1b8 (diff)
Rephrase sentence about versioning in QQmlExtensionPlugin documentation
The original sentence (885735d0) is better than the new one (2c4c7a38). Some small adjustments were made in this patch as well. Change-Id: I2cc62c2ffcde7df289b07486439456350a2f60ab Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/qmllanguageref/modules/qqmlextensionplugin.qdocinc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/qmllanguageref/modules/qqmlextensionplugin.qdocinc b/src/qml/doc/src/qmllanguageref/modules/qqmlextensionplugin.qdocinc
index 9bb863a90b..2274617f77 100644
--- a/src/qml/doc/src/qmllanguageref/modules/qqmlextensionplugin.qdocinc
+++ b/src/qml/doc/src/qmllanguageref/modules/qqmlextensionplugin.qdocinc
@@ -41,7 +41,7 @@ identifier for the plugin.
\snippet qmlextensionplugins/plugin.cpp plugin
-The \c TimeModel class receives a \c{1.0} version of this plugin library, as
+This registers the \c TimeModel class with version \c{1.0} of this plugin library, as
a QML type called \c Time. The Q_ASSERT() macro can ensure the type namespace is
imported correctly by any QML components that use this plugin. The
\l{Defining QML Types from C++} article has more information about registering C++