33 QGeoCodeReplyPrivate();
34 QGeoCodeReplyPrivate(QGeoCodeReply::Error error,
const QString &errorString);
36 static const QGeoCodeReplyPrivate *get(
const QGeoCodeReply &reply);
37 static QGeoCodeReplyPrivate *get(QGeoCodeReply &reply);
39 QGeoCodeReply::Error error = QGeoCodeReply::NoError;
41 bool isFinished =
false;
44 QList<QGeoLocation> locations;
49 Q_DISABLE_COPY(QGeoCodeReplyPrivate)