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 1111 - Error in typesystem_contacts.xml?
: Error in typesystem_contacts.xml?
Status: UNCONFIRMED
Product: PySide Mobility
Classification: Unclassified
Component: Contacts
: HEAD
: Other Linux
: P5 enhancement
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2012-01-04 17:05 EET by igor_bogomolov
Modified: 2012-03-08 16:57 EET (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description igor_bogomolov 2012-01-04 17:05:05 EET
See line 69:
<modify-function signature="saveContacts(QList&lt;::QtMobility::QContact&gt;*,
QMap&lt;int, ::QtMobility::QContactManager::Error&gt;*)">

message compilation:
signature
'saveContacts(QList<::QtMobility::QContact>*,QMap<int,::QtMobility::QContactManager::Error>*)'
for function modification in 'QtMobility::QContactManager' not found.
Comment 1 Paulo Alcantara 2012-02-26 07:20:00 EET
Hi Igor,

Apparently Qt Mobility version 1.1 has signature for
QContactManager::saveContacts() function as QList<QContactManager::Error>
QContactManager::saveContacts(QList<QContact>* contactList), whereas in version
1.2 it has its signature as bool QContactManager::saveContacts(QList<QContact>*
contacts, QMap<int, QContactManager::Error>* errorMap = 0). So I guess you're
using Qt Mobility version 1.0, however I'm wondering even with this warning
message saveContacts() function will be available in Python and may be used
with the old signature.


           - Paulo Alcantara
Comment 2 Matti Airas 2012-03-08 16:57:52 EET
PySide is now a Qt-addon and uses Qt Project's JIRA tool for tracking bugs.
Please verify that the bug is still valid and re-submit it in the address
below:

https://bugreports.qt-project.org/

Sorry for the inconvenience!