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 44 - AbstractMetaType::cppSignature returns wrong name for enums.
: AbstractMetaType::cppSignature returns wrong name for enums.
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: ApiExtractor
: HEAD
: All All
: P2 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2009-09-09 15:12 EEST by Hugo Parente Lima
Modified: 2009-10-14 10:56 EEST (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 Hugo Parente Lima 2009-09-09 15:12:53 EEST
AbstractMetaType::cppSignature returns wrong name for enums.

if a enum is inside a class or struct like:

struct A {
 enum B { C, D };
};

the cppSignature of B will be reported as "B" instead of "A::B".
Comment 1 Luciano Wolf 2009-09-23 10:43:57 EEST
Fixed [already fixed on commit #16aec6877fb3cd4b76cf76988c853529b9b31c42]