diff options
Diffstat (limited to 'src/location/maps/qgeosearchreply_p.h')
-rw-r--r-- | src/location/maps/qgeosearchreply_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeosearchreply_p.h b/src/location/maps/qgeosearchreply_p.h index 50bf9d6d..fc2072fe 100644 --- a/src/location/maps/qgeosearchreply_p.h +++ b/src/location/maps/qgeosearchreply_p.h @@ -61,7 +61,7 @@ QTM_BEGIN_NAMESPACE -class QGeoPlace; +class QGeoLocation; class QGeoSearchReplyPrivate { @@ -75,7 +75,7 @@ public: bool isFinished; QGeoBoundingArea* viewport; - QList<QGeoPlace> places; + QList<QGeoLocation> locations; int limit; int offset; |