Searched refs:favoritePlaces (Results 1 – 2 of 2) sorted by relevance
883 void QDeclarativeSearchResultModel::updateLayout(const QList<QPlace> &favoritePlaces) in updateLayout() argument910 if ((favoritePlaces.count() == m_results.count()) && favoritePlaces.at(i) != QPlace()) in updateLayout()911 m_places[i]->setFavorite(new QDeclarativePlace(favoritePlaces.at(i), in updateLayout()
153 void updateLayout(const QList<QPlace> &favoritePlaces = QList<QPlace>());