Fix JNI Types doc link

Fixes warning: Can't link to 'QJniObject::JNI Types'

Amends: aad13ef59c7d75abdab5cc4a5fc8c594b988dbf5

Change-Id: I9361afe4745ef33908ea9a29f4543cfe044500d3
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 5bc1bca2dd390180a3af214e82076228be42a4e5)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Juha Vuolle 2024-06-03 09:49:33 +03:00 committed by Qt Cherry-pick Bot
parent d2fbcc4cfe
commit 52a91ac5b0

View File

@ -25,7 +25,7 @@
those C++ types to their corresponding JNI string needs to be known at
compile time.
Qt implements this mapping for the standard \l {QJniObject::JNI Types}{JNI types}.
Qt implements this mapping for the standard \l {JNI types}.
By using the Q_DECLARE_JNI_CLASS macro, the mapping can be extended for
arbitrary Java types.