[maemo-developers] Qt Mobility Contacts - bugs?
From: Antonio Aloisio antonio.aloisio at gmail.comDate: Mon Jun 14 11:09:14 EEST 2010
- Previous message: Qt Mobility Contacts - bugs?
- Next message: QT map widget
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Felipe, It works fine.. Daniel is right you have to run that application as "user". Antonio On Mon, Jun 14, 2010 at 6:39 AM, Felipe Crochik <felipe at crochik.com> wrote: > I believe I found one bug with the Qt Mobility Contacts but it seems that > the bugreports.qt.nokia.com web site is out and because I can only verify > it > on the n900 I decide to report it here, at least to start with. > > The following code will add a new contact but this new contact will not b > available on the standard contacts application. I verified that it gets > saved "somewhere" because if you quit the application and start again you > can find the contact using the "id" generated the first time. The "standard > contacts" application still reports the same number of contacts before > running this code and I can't find the contact on the list. > > <code> > QContactManager manager; > QContact contact; > QContactName name; > name.setFirstName("John"); > name.setLastName("Doe"); > contact.saveDetail(&name); > manager.saveContact(&contact); > qDebug() << "localid: " << contact.localId(); > </code> > > Has anybody tried modifying the database on the n900 using the qt mobility? > Am I missing something or is it really a bug? > > > > _______________________________________________ > maemo-developers mailing list > maemo-developers at maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-developers > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.maemo.org/pipermail/maemo-developers/attachments/20100614/596e8e32/attachment.htm>
- Previous message: Qt Mobility Contacts - bugs?
- Next message: QT map widget
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]