qt5base-lts/tests/auto/corelib/kernel/qjniobject
Ivan Solovev d225c6afe7 QJniObject: add callStatic[Object]Method overloads for jmethodID
This patch extends the QJniObject::callStatic[Object]Method functions
with the overload which accepts a jmethodID parameter. This can be
convenient when the method id is already cached and you do not want
to query the method by its name and signature.

Task-number: QTBUG-92952
Change-Id: Ib0852a5a27da2a244ac63112784751ef9e32cfa5
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
2021-05-03 18:09:23 +02: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 QJniObject: add callStatic[Object]Method overloads for jmethodID 2021-05-03 18:09:23 +02:00