summaryrefslogtreecommitdiff
path: root/src/plugins/places/nokia/qplacejsondetailsparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/places/nokia/qplacejsondetailsparser.h')
-rw-r--r--src/plugins/places/nokia/qplacejsondetailsparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/places/nokia/qplacejsondetailsparser.h b/src/plugins/places/nokia/qplacejsondetailsparser.h
index 7f1ad467..4c2e7fb9 100644
--- a/src/plugins/places/nokia/qplacejsondetailsparser.h
+++ b/src/plugins/places/nokia/qplacejsondetailsparser.h
@@ -79,9 +79,9 @@ private:
static QPlaceCategory processCategory(const QScriptValue &category);
static void processRatings(const QScriptValue &ratings, QGeoPlace *targetPlace);
static QPlaceRating *processRating(const QScriptValue &rating);
- static void processAddress(const QScriptValue &address, QPlaceLocation *location);
+ static void processAddress(const QScriptValue &address, QGeoLocation *location);
static void processLocations(const QScriptValue &locations, QGeoPlace *targetPlace);
- static QPlaceLocation processLocation(const QScriptValue &location);
+ static QGeoLocation processLocation(const QScriptValue &location);
static void processTags(const QScriptValue &locations, QGeoPlace *targetPlace);
static void processNames(const QScriptValue &locations, QGeoPlace *targetPlace);
static QPlaceAlternativeValue *processName(const QScriptValue &nameValue);