Fix JNI Types doc link
Fixes warning: Can't link to 'QJniObject::JNI Types'
Amends: aad13ef59c
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>
bb10
parent
d2fbcc4cfe
commit
52a91ac5b0
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue