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 63 - QLineF::intersect should return a tuple
: QLineF::intersect should return a tuple
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtCore
: HEAD
: All All
: P5 minor
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2009-09-15 17:27 EEST by Hugo Parente Lima
Modified: 2009-10-14 11:00 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-15 17:27:36 EEST
l = QLineF()
p = QPoint()
l.intersect(l, p)

ArgumentError: Python argument types in
    QLineF.intersect(QLineF, QLineF, QPoint)
did not match C++ signature:
    intersect(QLineF {lvalue}, QLineF, QPointF*)
Comment 1 Hugo Parente Lima 2009-09-23 11:21:51 EEST
Fixed, waiting to be merged.

http://qt.gitorious.org/pyside/pyside/merge_requests/1586
Comment 2 Hugo Parente Lima 2009-09-24 18:13:13 EEST
fixed on commit 529cf396c594ec20614bf4f8fba411629ac61e17