Details
-
Bug
-
Status: Closed
-
P1: Critical
-
Resolution: Fixed
-
6.4.1
-
-
f2b49789b (dev), 2c45fba69 (6.5), cdbc83eab (6.4)
Description
Commit 601dbd64993fcbbb2ce6aaa95ef153ffd4f852b9 changed signature of QJniObject::callVoidMethodV from:
void callVoidMethodV(JNIEnv *env, jmethodID id, va_list args) const;
to:
void callVoidMethodV(JNIEnv *env, jmethodID id, ...) const;