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 40 - Shiboken generates wrong code for global functions with just one argument
: Shiboken generates wrong code for global functions with just one argument
Status: CLOSED INVALID
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: All All
: P5 normal
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2009-09-08 18:25 EEST by Hugo Parente Lima
Modified: 2009-10-14 14:20 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-08 18:25:28 EEST
Shiboken generates wrong code for global functions with just one argument.
Comment 1 Hugo Parente Lima 2009-09-22 17:52:10 EEST
Invalid, my fault, this problem is because the argument were marked as a
rejected type on typesystem. Duh!