[Kde-bindings] [PATCH] Deferred objects, QGraphicsEffect, long long handler
Arno Rehn
arno at arnorehn.de
Thu Jul 29 10:56:24 UTC 2010
On Thursday 29 July 2010 00:34:37 Melton, Ryan wrote:
> Hi Arno,
>
> It appears you implemented one line of Paolo's patch differently than he
> did for Qt.cpp:
>
> Yours: unmapPointer(o, o->classId, 0);
> Paolos: unmapPointer(o, o->classId, 0, ptr);
>
> Was this intentional? Or maybe is the following possibly correct?
> unmapPointer(o, o->classId, ptr);
It's correct the way I did it. Paolo's version didn't compile in the first
place, and secondly the 'lastptr' argument should always be 0 for manual calls
to unmapPointer.
The argument is only used for the recursive calls of the function itself.
--
Arno Rehn
arno at arnorehn.de
More information about the Kde-bindings
mailing list