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 516 - QGalleryProperty overloaded operators missing
: QGalleryProperty overloaded operators missing
Status: RESOLVED FIXED
Product: PySide Mobility
Classification: Unclassified
Component: Gallery
: 0.1.0
: All All
: P3 normal
Assigned To: renato filho
:
: 513
:
  Show dependency treegraph
 
Reported: 2010-12-02 10:54 EET by Bruno Araujo
Modified: 2011-02-04 16:00 EET (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 Bruno Araujo 2010-12-02 10:54:46 EET
Currently, the following operators are missing from the binding:

QGalleryMetaDataFilter    operator< ( const QVariant & value ) const
QGalleryMetaDataFilter    operator<= ( const QVariant & value ) const
QGalleryMetaDataFilter    operator== ( const QVariant & value ) const
QGalleryMetaDataFilter    operator> ( const QVariant & value ) const
QGalleryMetaDataFilter    operator>= ( const QVariant & value ) const
Comment 1 Matti Airas 2010-12-03 04:30:12 EET
Thanks - making P3.
Comment 2 Hugo Parente Lima 2011-01-24 10:38:35 EET
There are any issue related to the binding generator blocking this bug?
Comment 3 Bruno Araujo 2011-02-04 16:00:36 EET
The underlying issues were solved, so the operators were put back.

Fixed in commit: 

commit 13221adffd0ac0d2dc6b2e96e6415d1ec8ea3b9c
Author: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
Date:   Fri Feb 4 14:38:33 2011 -0400

    Fix bug #516 (QGalleryProperty overloaded operators missing)