PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 93 - Generate wrong names for base class
: Generate wrong names for base class
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: BoostPythonGenerator
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2009-11-06 11:31 EET by renato filho
Modified: 2009-11-24 15:33 EET (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description renato filho 2009-11-06 11:31:48 EET
The name generate for base class does not match with c++ name when this base
class is a interna class. 

Ex.

Code generated:
  boost::python::bases< ExtensionReturn >

Corret version:
  boost::python::bases< QWebPage::ExtensionReturn >
Comment 1 renato filho 2009-11-16 18:27:51 EET
fixed on boostpythongenerator: commit 85d36ec01723d0116ae165773b0e15cb2db4e9f7
Comment 2 renato filho 2009-11-24 15:33:33 EET
fixed on  PySide release  0.2.2.