32 QGeoCodeReplyPrivate();
33 QGeoCodeReplyPrivate(QGeoCodeReply::Error error,
const QString &errorString);
35 static const QGeoCodeReplyPrivate *get(
const QGeoCodeReply &reply);
36 static QGeoCodeReplyPrivate *get(QGeoCodeReply &reply);
38 QGeoCodeReply::Error error = QGeoCodeReply::NoError;
40 bool isFinished =
false;
43 QList<QGeoLocation> locations;
48 Q_DISABLE_COPY(QGeoCodeReplyPrivate)