diff options
| author | Fabian Kosmale <fabian.kosmale@qt.io> | 2022-07-19 15:58:42 +0200 |
|---|---|---|
| committer | Fabian Kosmale <fabian.kosmale@qt.io> | 2022-07-21 17:32:58 +0200 |
| commit | 0b5192d77dbe5deced393e8f475830e820ef85f8 (patch) | |
| tree | dc786b6be178af7ec057dd033e49e90d65fe5b09 /src | |
| parent | 610f10b74b186559355725acc132225eba7b97a8 (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.
Pick-to: 6.2 6.3 6.4
Change-Id: Ia3f685c07040213df86dd6bc38f105929071fff3
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src')
| -rw-r--r-- | src/qml/qml/qqmlextensionplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlextensionplugin.cpp b/src/qml/qml/qqmlextensionplugin.cpp index 5f38eab05a..6229c0a0e4 100644 --- a/src/qml/qml/qqmlextensionplugin.cpp +++ b/src/qml/qml/qqmlextensionplugin.cpp @@ -149,7 +149,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. |
