From 52a91ac5b01d74b8dfe5b99af10eb7e778b09099 Mon Sep 17 00:00:00 2001 From: Juha Vuolle Date: Mon, 3 Jun 2024 09:49:33 +0300 Subject: [PATCH] Fix JNI Types doc link Fixes warning: Can't link to 'QJniObject::JNI Types' Amends: aad13ef59c7d75abdab5cc4a5fc8c594b988dbf5 Change-Id: I9361afe4745ef33908ea9a29f4543cfe044500d3 Reviewed-by: Volker Hilsheimer (cherry picked from commit 5bc1bca2dd390180a3af214e82076228be42a4e5) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/doc/src/jni.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/doc/src/jni.qdoc b/src/corelib/doc/src/jni.qdoc index e49a03369c9..f42afbaf946 100644 --- a/src/corelib/doc/src/jni.qdoc +++ b/src/corelib/doc/src/jni.qdoc @@ -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.