qtmobility/plugins/contacts/maemo5/qcontactabook_p.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
child 15 1f895d8a5b2b
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    73   //QList<QContactLocalId> contactIds(const QList<QContactSortOrder>& sortOrders, QContactManager::Error* error) const;
    73   //QList<QContactLocalId> contactIds(const QList<QContactSortOrder>& sortOrders, QContactManager::Error* error) const;
    74   QContact* getQContact(const QContactLocalId& contactId, QContactManager::Error* error) const;
    74   QContact* getQContact(const QContactLocalId& contactId, QContactManager::Error* error) const;
    75   bool removeContact(const QContactLocalId& contactId, QContactManager::Error* error);
    75   bool removeContact(const QContactLocalId& contactId, QContactManager::Error* error);
    76   bool saveContact(QContact* contact, QContactManager::Error* error);
    76   bool saveContact(QContact* contact, QContactManager::Error* error);
    77 
    77 
       
    78   const QString getDisplayName(const QContact& contact) const;
       
    79   
    78   QContactLocalId selfContactId(QContactManager::Error* errors) const;
    80   QContactLocalId selfContactId(QContactManager::Error* errors) const;
    79 
    81 
    80 Q_SIGNALS:
    82 Q_SIGNALS:
    81   void contactsAdded(const QList<QContactLocalId>& contactIds);
    83   void contactsAdded(const QList<QContactLocalId>& contactIds);
    82   void contactsChanged(const QList<QContactLocalId>& contactIds);
    84   void contactsChanged(const QList<QContactLocalId>& contactIds);