Searched refs:declContact (Results 1 – 1 of 1) sorted by relevance
1115 QDeclarativeContactDetail *declContact = new QDeclarativeContactDetail(this); in synchronizeContacts() local1116 declContact->setContactDetail(sourceContact); in synchronizeContacts()1117 declContacts.append(QVariant::fromValue(qobject_cast<QObject *>(declContact))); in synchronizeContacts()