Searched refs:places_ (Results 1 – 2 of 2) sorted by relevance
677 places_(QDeclarativeGeoServiceProvider::NoPlacesFeatures), in QDeclarativeGeoServiceProviderRequirements()755 return places_; in placesRequirements()763 if (places_ == features) in setPlacesRequirements()766 places_ = features; in setPlacesRequirements()767 emit placesRequirementsChanged(places_); in setPlacesRequirements()833 static_cast<QGeoServiceProvider::PlacesFeatures>(int(places_)); in matches()860 && geocoding_ == rhs.geocoding_ && places_ == rhs.places_ in operator ==()
272 QDeclarativeGeoServiceProvider::PlacesFeatures places_; variable