Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp1115 QDeclarativeContactDetail *declContact = new QDeclarativeContactDetail(this); in synchronizeContacts() local
1116 declContact->setContactDetail(sourceContact); in synchronizeContacts()
1117 declContacts.append(QVariant::fromValue(qobject_cast<QObject *>(declContact))); in synchronizeContacts()