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 170 - QColor(QVariant) coming before QColor(uint) in overload sorting
: QColor(QVariant) coming before QColor(uint) in overload sorting
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtGui
: HEAD
: All All
: P2 normal
Assigned To: Lauro Moura
:
:
:
  Show dependency treegraph
 
Reported: 2010-02-24 10:20 EET by Lauro Moura
Modified: 2010-03-24 16:10 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 Lauro Moura 2010-02-24 10:20:54 EET
As Converter<QVariant>::isConvertible returns true always, the wrong
constructor is called.
Comment 1 Lauro Moura 2010-03-01 19:57:19 EET
Initial fix in the following merge requests. Now classes that have implicit
conversion to PyObject are checked later.

http://qt.gitorious.org/pyside/shiboken/merge_requests/73
http://qt.gitorious.org/pyside/pyside-shiboken/merge_requests/71
Comment 2 Lauro Moura 2010-03-04 19:24:44 EET
Waiting for merge

http://qt.gitorious.org/pyside/shiboken/merge_requests/77
Comment 3 Lauro Moura 2010-03-22 15:51:13 EET
Somehow fixed after the removal of boost::graph topological sort in the
overload sorting.