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). Pick-to: 6.8 Change-Id: I1e29e35c9c88d78133a3ed130a3111191b7ad7f9 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
parent
5bfb6d513c
commit
3c81fc5d73
@ -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