qt5base-lts/tests/auto/corelib/kernel/qjniobject
Assam Boudjelthia f4e23bf3de Fix QJniObject templates implementations
Define the template calls in the header to allow for better type
handling and checking with constexpr and avoid overuse of macros.
Depending on the type provided in the QJniObject's call, the
signatures and the correct JNI function variant is used.
If a type is not supported a static_assert throws a compiler error.

Pick-to: 6.1 6.1.0
Change-Id: I8a4d3ce85e1ff76ef385633f2a68511fffd12e55
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
2021-04-23 15:43:28 +03:00
..
testdata/src/org/qtproject/qt/android/testdata Make QJniObject and QJniEnvironment public API 2021-01-27 17:23:04 +02:00
CMakeLists.txt Make QJniObject and QJniEnvironment public API 2021-01-27 17:23:04 +02:00
tst_qjniobject.cpp Fix QJniObject templates implementations 2021-04-23 15:43:28 +03:00