Searched refs:GeocodeError (Results 1 – 3 of 3) sorted by relevance
74 Q_ENUMS(GeocodeError)85 Q_PROPERTY(GeocodeError error READ error NOTIFY errorChanged)96 enum GeocodeError { enum135 GeocodeError error() const;179 void setError(GeocodeError error, const QString &errorString);195 GeocodeError error_;
297 QDeclarativeGeocodeModel::GeocodeError newError = UnknownError; in pluginReady()421 setError(static_cast<QDeclarativeGeocodeModel::GeocodeError>(error), errorString); in geocodeError()471 QDeclarativeGeocodeModel::GeocodeError QDeclarativeGeocodeModel::error() const in error()476 void QDeclarativeGeocodeModel::setError(GeocodeError error, const QString &errorString) in setError()
1242 name: "GeocodeError"1264 Property { name: "error"; type: "GeocodeError"; isReadonly: true }