summaryrefslogtreecommitdiff
path: root/src/location/places/places.pri
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-09-01 19:50:34 +1000
committerabcd <qt_abcd1@ovi.com>2011-09-02 08:22:39 +0200
commit8d19e5e93a848deeda722b846c8dd1811018b9de (patch)
treef9899b45bbe36712bb6f8dda6e31e1a9d9481c3c /src/location/places/places.pri
parentf7067ee52733c8561d0b13707d816aea307f6f94 (diff)
downloadqtlocation-8d19e5e93a848deeda722b846c8dd1811018b9de.tar.gz
Rename PlaceSaveReply to PlaceIdReply
The id reply is meant for operation in which we return an id such as saving a place, removing a category etc. The id reply has an operationType() property which tells us what the operation was. We don't use the QPlaceReply::type() to hold the operation type because the reply type should indicate the contents of the reply, eg the content reply holds place content, the search reply holds search results therefore the id reply holds an id. Change-Id: I3aa0b45c648186ee78297620896420966e42afa3 Reviewed-on: http://codereview.qt.nokia.com/4061 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'src/location/places/places.pri')
-rw-r--r--src/location/places/places.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/places/places.pri b/src/location/places/places.pri
index 8a585c2c..54cf1fe5 100644
--- a/src/location/places/places.pri
+++ b/src/location/places/places.pri
@@ -22,7 +22,7 @@ PUBLIC_HEADERS += \
#reply classes
places/qplacereply.h \
places/qplacedetailsreply.h \
- places/qplacesavereply.h \
+ places/qplaceidreply.h \
places/qplacesearchreply.h \
places/qplacetextpredictionreply.h \
#manager and engine
@@ -58,7 +58,7 @@ SOURCES += \
places/qplaceimage.cpp \
places/qplacerating.cpp \
places/qplacereview.cpp \
- places/qplacesavereply.cpp \
+ places/qplaceidreply.cpp \
places/qplacesupplier.cpp \
#result
places/qplacesearchresult.cpp \