-
Technical task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
-
2024wk24s2FOQtforAndroid, 2024wk26s2FOQtforAndroid, 2024wk38s2FOQtforAndroid, 2024wk28s2FOQtforAndroid, 2024wk30s2FOQtforAndroid, 2024wk32s2FOQtforAndroid, 2024wk36s2FOQtforAndroid, 2024wk40s3FOQtforAndroid, 2024wk42s3FOQtforAndroid
-
eba233181 (dev), 39535e9fc (6.8), b5c46151e (dev), 32f3714d2 (dev), 0ad449180 (dev), b2f177c4b (dev), a833d431c (dev), eb4e417ef (dev), 9eed1704a (dev), 900911abe (dev), fba45eea0 (6.8), 5232c2143 (6.8), 0ab0abcb6 (6.8), b392218d6 (6.8), 5888465f1 (6.8)
We have lots of Java code that's just declared public everywhere, these are Qt for Android QPA code or other modules' glue between Java and C++, which is not really meant to be public, and arguably wasn't made public intentionally, and in any case, it's very unlikely that anyone was using this code. Since this code is accessed through JNI, it's okay for it to be package public or even private.
- resulted in
-
QTBUG-126478 Evaluate the need to initClasses in Java code and QtLoader
-
- Closed
-