chrisburel / perlqt4

Automatically exported from code.google.com/p/perlqt4
Other
0 stars 0 forks source link

Investigate removing the Qt::this() value #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We'd like to see what it would take to not use the special Qt::this() sub,
but instead have NEW make a $self variable.  This would also change the
argument stack in slots that get routed to perl subroutines, because the
first argument on the stack would be $self.

Original issue reported on code.google.com by chrisbu...@gmail.com on 3 Oct 2009 at 2:12