diff -r 11fa016241a4 -r da3ec8478e66 creator/engine/inc/creator_phonebookapi.h --- a/creator/engine/inc/creator_phonebookapi.h Thu Sep 02 20:27:24 2010 +0300 +++ b/creator/engine/inc/creator_phonebookapi.h Fri Sep 17 08:29:47 2010 +0300 @@ -42,6 +42,9 @@ bool deleteContacts( const QList& list ); QContact contact( const QContactLocalId& contactId ); + QString phoneNumber( const QContactLocalId& contactId ); + bool contactDetails( const QContactLocalId& contactId, QString& name, QString& phoneNumber, QString& email ); + private: bool IsContactGroupL( const QContact& contact );