Searched refs:queryContentChanged (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeocodemodel.cpp | 224 void QDeclarativeGeocodeModel::queryContentChanged() in queryContentChanged() function in QDeclarativeGeocodeModel 682 connect(address_, SIGNAL(countryChanged()), this, SLOT(queryContentChanged())); in setQuery() 683 connect(address_, SIGNAL(countryCodeChanged()), this, SLOT(queryContentChanged())); in setQuery() 684 connect(address_, SIGNAL(stateChanged()), this, SLOT(queryContentChanged())); in setQuery() 685 connect(address_, SIGNAL(countyChanged()), this, SLOT(queryContentChanged())); in setQuery() 686 connect(address_, SIGNAL(cityChanged()), this, SLOT(queryContentChanged())); in setQuery() 687 connect(address_, SIGNAL(districtChanged()), this, SLOT(queryContentChanged())); in setQuery() 688 connect(address_, SIGNAL(streetChanged()), this, SLOT(queryContentChanged())); in setQuery() 689 connect(address_, SIGNAL(postalCodeChanged()), this, SLOT(queryContentChanged())); in setQuery()
|
| H A D | qdeclarativegeocodemodel_p.h | 169 void queryContentChanged();
|