Details
-
User Story
-
Resolution: Unresolved
-
P2: Important
-
None
-
QtJenny 1.1
-
None
-
2025wk18s1QtforAndroid
Description
The idea here is that instead of generating
void foo(jobject, jobject);
from a
void foo(Foo, Bar);
we generate
void foo(FooProxy*, BarProxy*);
instead. We need this to be able to generate the java interface implementations in a reasonable manner, and this is also something that we have envisioned for a long time to do for the call-APIs as well.