diff -r 5db69f4c3d06 -r b048e15729d6 creator/engine/inc/creator_phonebookapi.h --- a/creator/engine/inc/creator_phonebookapi.h Mon Aug 23 15:50:54 2010 +0300 +++ b/creator/engine/inc/creator_phonebookapi.h Fri Sep 03 17:11:21 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 );