Details
-
User Story
-
Resolution: Unresolved
-
P2: Important
-
None
-
QtJenny 1.1
-
None
-
-
2025wk18s1QtforAndroid, 2025wk20s1QtforAndroid, 2025wk22s1-2QtforAndroid, 2025wk24s2QtforAndroid
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.
Attachments
Issue Links
- mentioned in
-
Page Loading...
1.
|
Bug fixes and improvements |
|
In Review | Ahmed El Khazari |
2.
|
Refactoring |
|
In Review | Ahmed El Khazari |
3.
|
Metadata package |
|
In Review | Ahmed El Khazari |
4.
|
Resolvers |
|
In Review | Ahmed El Khazari |
5.
|
Template for generation |
|
In Review | Ahmed El Khazari |
6.
|
Header file , Namespace and include guards |
|
In Review | Ahmed El Khazari |
7.
|
Add typesafe configuration |
|
In Review | Ahmed El Khazari |