aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-02-17 13:38:12 +0100
committerUlf Hermann <ulf.hermann@qt.io>2020-02-18 09:45:16 +0100
commit8bc51b89a1d71ca9c6b1595ce497e0d91e9d2634 (patch)
tree0acabea2c6adcd889124c2c2844b3cba876f8ffe /examples/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc
parent3ffc6cc6f1eed59101efd6b0af8f539927688712 (diff)
Doc: Fix extension plugin examples and documentation
We advertise the usage of QQmlEngineExtensionPlugin, as registerTypes() should be avoided if possible. The actual source code of the examples already does this, but some of the includes and the documentation was lagging. Task-number: QTBUG-81615 Change-Id: Ibbee60ad55114bf6dc07875080c963e727f49e6b Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc')
-rw-r--r--examples/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc b/examples/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc
index 9e0bbb1815..24d6991d52 100644
--- a/examples/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc
+++ b/examples/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc
@@ -29,7 +29,7 @@
\title QML Plugin Example
\example qmlextensionplugins
- \brief This example creates a C++ plugin extension by subclassing QQmlExtensionPlugin.
+ \brief This example creates a C++ plugin extension by subclassing QQmlEngineExtensionPlugin.
\image qml-plugins-example.png