[Kde-bindings] [PATCH] Deferred objects, QGraphicsEffect, long long handler
Melton, Ryan
rmelton at ball.com
Thu Jul 29 14:07:29 UTC 2010
Thanks! Just wanted to make sure it was correct.
Ryan
-----Original Message-----
From: Arno Rehn [mailto:arno at arnorehn.de]
Sent: Thursday, July 29, 2010 4:56 AM
To: KDE bindings for other programming languages
Subject: Re: [Kde-bindings] [PATCH] Deferred objects, QGraphicsEffect,long long handler
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
_______________________________________________
Kde-bindings mailing list
Kde-bindings at kde.org
https://mail.kde.org/mailman/listinfo/kde-bindings
This message and any enclosures are intended only for the addressee. Please
notify the sender by email if you are not the intended recipient. If you are
not the intended recipient, you may not use, copy, disclose, or distribute this
message or its contents or enclosures to any other person and any such actions
may be unlawful. Ball reserves the right to monitor and review all messages
and enclosures sent to or from this email address.
More information about the Kde-bindings
mailing list