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>
\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++