Doc: fix warning from typo in type name
Amends 4d6721781806e4ce172f836d4b58df68acc4e4b0. qdoc using LLVM 18.1.6 doesn't generate a warning for this, but the one in CI does (but the warning limit is currently inactive). Change-Id: I1e29e35c9c88d78133a3ed130a3111191b7ad7f9 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 3c81fc5d7337f18fdd6f9fedf7ba436152f3daf1)
This commit is contained in:
parent
b907752a2c
commit
dfdba712c8
@ -320,7 +320,7 @@ JavaVM *QJniEnvironment::javaVM()
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn template <typename Class> bool QJniEnvironment::registerNativeMethods(std::initializer_list<JNINativeMethods> methods)
|
||||
\fn template <typename Class> bool QJniEnvironment::registerNativeMethods(std::initializer_list<JNINativeMethod> methods)
|
||||
\overload
|
||||
|
||||
Registers the Java methods in \a methods with the Java class represented by
|
||||
|
Loading…
x
Reference in New Issue
Block a user