Rephrase sentence about versioning in QQmlExtensionPlugin documentation
authorMitch Curtis <mitch.curtis@theqtcompany.com>
Mon, 3 Aug 2015 11:44:10 +0000 (13:44 +0200)
committerMitch Curtis <mitch.curtis@theqtcompany.com>
Mon, 3 Aug 2015 12:28:47 +0000 (12:28 +0000)
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>
src/qml/doc/src/qmllanguageref/modules/qqmlextensionplugin.qdocinc

index 9bb863a90b063444b29e3958082a4507bc4fe48c..2274617f77181e870a71443e9c955c87753b4ef6 100644 (file)
@@ -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++