Home
last modified time | relevance | path

Searched refs:populateIM (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/kopete/contactlist/
H A Dkopeteaddrbookexport.cpp146 populateIM(c, contactIcon, mFirstName, Kopete::Global::Properties::self()->firstName()); in fetchIMData()
148 populateIM(c, contactIcon, mLastName, Kopete::Global::Properties::self()->lastName()); in fetchIMData()
152 populateIM(c, contactIcon, mEmails, Kopete::Global::Properties::self()->emailAddress()); in fetchIMData()
154 populateIM(c, contactIcon, mHomePhones, Kopete::Global::Properties::self()->privatePhone()); in fetchIMData()
156 populateIM(c, contactIcon, mWorkPhones, Kopete::Global::Properties::self()->workPhone()); in fetchIMData()
158populateIM(c, contactIcon, mMobilePhones, Kopete::Global::Properties::self()->privateMobilePhone()… in fetchIMData()
162 void KopeteAddressBookExport::populateIM(const Kopete::Contact *contact, const QPixmap &icon, QComb… in populateIM() function in KopeteAddressBookExport
170 void KopeteAddressBookExport::populateIM(const Kopete::Contact *contact, const QPixmap &icon, QList… in populateIM() function in KopeteAddressBookExport
H A Dkopeteaddrbookexport.h76 …void populateIM(const Kopete::Contact *contact, const QPixmap &icon, QComboBox *combo, const Kopet…
80 …void populateIM(const Kopete::Contact *contact, const QPixmap &icon, QListWidget *combo, const Kop…