Searched refs:hasValidCity (Results 1 – 3 of 3) sorted by relevance
116 Q_PROPERTY(bool hasValidCity117 READ hasValidCity142 bool hasValidCity() const;
493 bool AppModel::hasValidCity() const in hasValidCity() function in AppModel500 return hasValidCity() && (!(d->now.weatherIcon().isEmpty()) && in hasValidWeather()
116 … text: (model.hasValidCity ? model.city : "Unknown location") + (model.useGps ? " (GPS)" : "")