diff options
| author | Kai Köhne <kai.koehne@qt.io> | 2025-07-25 10:14:32 +0200 |
|---|---|---|
| committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2025-07-30 19:29:19 +0000 |
| commit | 93f385bbe1ee0765df359590d6d50afd3220ef70 (patch) | |
| tree | addc7b251d1671de577cd0074f36013746b51c7d | |
| parent | 0f31c9d3a4e62f53df44a4dd69a004c6ad1d9b8e (diff) | |
Doc: Remove link to deprecated method QQmlEngine::importPlugin
The method got deprecated in Qt 6.4.
Change-Id: I8cd380f65b4cd800bbc028b3fbe1aefd98881269
Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
(cherry picked from commit b7748afc423d0cc8b4fec39a6585d5328fc23bd9)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 3954137c9156771cea0a06d1b8ec52eb273b0a1d)
(cherry picked from commit b377a8ee0ce90af624c2e5aebc39842099d4cc4b)
(cherry picked from commit 794edd024eca83a10180484ec1415845c518d2a0)
| -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 ebfbafe746..b292718219 100644 --- a/src/qml/qml/qqmlextensionplugin.cpp +++ b/src/qml/qml/qqmlextensionplugin.cpp @@ -35,7 +35,7 @@ QT_BEGIN_NAMESPACE The \l {Writing QML Extensions with C++} tutorial also contains a chapter on creating QML plugins. - \sa QQmlEngine::importPlugin(), {How to Create Qt Plugins} + \sa {How to Create Qt Plugins} */ /*! |
