qtmobility/plugins/contacts/maemo5/qcontactabook_p.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
child 15 1f895d8a5b2b
--- a/qtmobility/plugins/contacts/maemo5/qcontactabook_p.h	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/plugins/contacts/maemo5/qcontactabook_p.h	Wed Jun 23 19:08:38 2010 +0300
@@ -75,6 +75,8 @@
   bool removeContact(const QContactLocalId& contactId, QContactManager::Error* error);
   bool saveContact(QContact* contact, QContactManager::Error* error);
 
+  const QString getDisplayName(const QContact& contact) const;
+  
   QContactLocalId selfContactId(QContactManager::Error* errors) const;
 
 Q_SIGNALS: