summaryrefslogtreecommitdiff
path: root/src/location/places/qplacedetailsreply.cpp
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-06-10 14:07:23 +1000
committerabcd <qt-info@nokia.com>2011-06-10 14:07:23 +1000
commit8c93b9825d04432df1a29b85f7952fe39a5c3381 (patch)
treeb67d6cae2417119e02d61e9b6c103d99334f6cb8 /src/location/places/qplacedetailsreply.cpp
parent533539346a92b508de6d566e7e0c2edda70cca65 (diff)
downloadqtlocation-8c93b9825d04432df1a29b85f7952fe39a5c3381.tar.gz
Add in initialization of some private classes
These changes have been manually merged in from the qt4 pre-release to keep everything in sync
Diffstat (limited to 'src/location/places/qplacedetailsreply.cpp')
-rw-r--r--src/location/places/qplacedetailsreply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/places/qplacedetailsreply.cpp b/src/location/places/qplacedetailsreply.cpp
index f353b7fa..9e601880 100644
--- a/src/location/places/qplacedetailsreply.cpp
+++ b/src/location/places/qplacedetailsreply.cpp
@@ -45,7 +45,7 @@ QPlaceDetailsReply::~QPlaceDetailsReply()
*/
QPlaceReply::Type QPlaceDetailsReply::type() const
{
- return QPlaceReply::PlaceSearchReply;
+ return QPlaceReply::PlaceDetailsReply;
}
/*!