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 137 - Shiboken doesn't allow removal of virtual functions.
: Shiboken doesn't allow removal of virtual functions.
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: All All
: P5 normal
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2010-01-25 15:50 EET by Hugo Parente Lima
Modified: 2010-01-26 18:08 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 Hugo Parente Lima 2010-01-25 15:50:23 EET
Shiboken doesn't allow removal of virtual functions, but this is needed by
QtGui, because there are a method which uses a protected enum as parameter, so
this method was removed.
Comment 1 Hugo Parente Lima 2010-01-26 18:08:38 EET
Fixed in commit 695ab2a1309b9f58a3acea3fe94def25f4a5d4cd (shiboken)