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 84 - Shiboken does not support reverse operators
: Shiboken does not support reverse operators
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2009-10-28 17:12 EET by Hugo Parente Lima
Modified: 2010-03-24 14:39 EET (History)
7 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-10-28 17:12:09 EET
Shiboken does not support reverse operators, e.g:

class Foo {
  Foo operator+(int);
};

operator(int, const Foo&);

It only generates code for Foo+int, and not for int+Foo (__radd__)
Comment 1 Hugo Parente Lima 2009-12-07 15:23:40 EET
Fixed in some commit in the past.