Home
last modified time | relevance | path

Searched refs:addNewContact (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/ricochet/ricochet-1.1.4/src/core/
H A DContactUser.h163 static ContactUser *addNewContact(UserIdentity *identity, int id);
H A DContactsManager.cpp81 ContactUser *user = ContactUser::addNewContact(identity, highestID); in addContact()
H A DContactUser.cpp92 ContactUser *ContactUser::addNewContact(UserIdentity *identity, int id) in addNewContact() function in ContactUser