Posted on Dec 26, 2008 by
Helpful Hippo
currently D object has a pointer to C++ object. C++ object has a pointer to D object only if it has virtual methods to implement. It's not really consistent because pointer on C++ side is used to get reference to D object when method returns some Qt object. Need to think about it and probably even remove pointer on C++ side and store C++ pointer and D reference pairs in hash...
Comment #1
Posted on Dec 26, 2008 by Helpful Hippo(No comment was entered for this change.)
Comment #2
Posted on Mar 17, 2009 by Helpful Hippoqtd seem to work now and nobody complained yet. let's wait.
Status: Accepted
Labels:
Type-Defect
Priority-Medium