Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.h116 Q_PROPERTY(bool hasValidCity
117 READ hasValidCity
142 bool hasValidCity() const;
H A Dappmodel.cpp493 bool AppModel::hasValidCity() const in hasValidCity() function in AppModel
500 return hasValidCity() && (!(d->now.weatherIcon().isEmpty()) && in hasValidWeather()
H A Dweatherinfo.qml116 … text: (model.hasValidCity ? model.city : "Unknown location") + (model.useGps ? " (GPS)" : "")