aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2022-07-19 15:58:42 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-23 14:08:04 +0000
commit99ff48f1266d0a44c38ac89623dfaf6eef6bb9ec (patch)
treea81037ec706823ed54e68a0402449174e16fe60c /src/qml
parent65cf3bbf4cb25e3158bc5ea5694516e0a46cccfb (diff)
Q_IMPORT_QML_PLUGIN: put documentation into correct place
It needs to relate to QQmlEngineExtensionPlugin, not QQmlExtensionPlugin which is obsolete and does not show up in the documentation. Change-Id: Ia3f685c07040213df86dd6bc38f105929071fff3 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit 0b5192d77dbe5deced393e8f475830e820ef85f8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/qml/qqmlextensionplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlextensionplugin.cpp b/src/qml/qml/qqmlextensionplugin.cpp
index f0a6697e90..2d24bd8339 100644
--- a/src/qml/qml/qqmlextensionplugin.cpp
+++ b/src/qml/qml/qqmlextensionplugin.cpp
@@ -169,7 +169,7 @@ void QQmlEngineExtensionPlugin::initializeEngine(QQmlEngine *engine, const char
/*!
\macro Q_IMPORT_QML_PLUGIN(PluginName)
\since 6.2
- \relates QQmlExtensionPlugin
+ \relates QQmlEngineExtensionPlugin
Ensures the plugin whose metadata-declaring class is named \a PluginName
is linked into static builds.