Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel.cpp883 void QDeclarativeSearchResultModel::updateLayout(const QList<QPlace> &favoritePlaces) in updateLayout() argument
910 if ((favoritePlaces.count() == m_results.count()) && favoritePlaces.at(i) != QPlace()) in updateLayout()
911 m_places[i]->setFavorite(new QDeclarativePlace(favoritePlaces.at(i), in updateLayout()
H A Dqdeclarativesearchresultmodel_p.h153 void updateLayout(const QList<QPlace> &favoritePlaces = QList<QPlace>());