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 648 - QGalleryUnionFilter and QGalleryIntersectionFilter have cyclic implicit dependency
: QGalleryUnionFilter and QGalleryIntersectionFilter have cyclic implicit depen...
Status: RESOLVED FIXED
Product: PySide Mobility
Classification: Unclassified
Component: Gallery
: 0.1.0
: All All
: P3 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2011-01-27 15:46 EET by Lauro Moura
Modified: 2011-04-08 00:01 EEST (History)
8 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 2011-01-27 15:46:00 EET
The classes QGalleryUnionFilter and QGalleryIntersectionFilter have implicit
conversions to each other, resulting in wrong checks in the overload decisor
for some methods receiving both classes.

Example: QGalleryUnionFilter.append(). The overload receiving an UnionFilter
appends to the callee only the contents of the argument. The current typesystem
results in the UnionFilter argument being converted to an IntersectionFilter
and appended as a single filter to the callee.
Comment 1 Matti Airas 2011-01-28 09:50:25 EET
Thanks - prioritizing P3.
Comment 2 Lauro Moura 2011-04-08 00:01:53 EEST
Fixed with Shiboken 1.0.1 and Mobility 0.2.2.