From 292a6b5383ded5d573fb6fc7bc4b9cda1bd7abac Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Wed, 31 Aug 2011 15:43:25 +1000 Subject: Fix compile warnings. Change-Id: Ia700885d31394b293b64812ad3dac4a4177f7e8c Reviewed-on: http://codereview.qt.nokia.com/3909 Reviewed-by: Qt Sanity Bot Reviewed-by: abcd Reviewed-by: Aaron McCarthy --- src/location/places/qplacesearchrequest.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/location/places/qplacesearchrequest.cpp') diff --git a/src/location/places/qplacesearchrequest.cpp b/src/location/places/qplacesearchrequest.cpp index c202a838..e1476304 100644 --- a/src/location/places/qplacesearchrequest.cpp +++ b/src/location/places/qplacesearchrequest.cpp @@ -64,16 +64,12 @@ public: }; QPlaceSearchRequestPrivate::QPlaceSearchRequestPrivate() - : QPlaceRequestPrivate(), - dymNumber(0), - searchArea(0), - scope(QPlaceManager::NoScope) +: QPlaceRequestPrivate(), searchArea(0), dymNumber(0), scope(QPlaceManager::NoScope) { } QPlaceSearchRequestPrivate::QPlaceSearchRequestPrivate(const QPlaceSearchRequestPrivate &other) - : QPlaceRequestPrivate(other), - dymNumber(0) +: QPlaceRequestPrivate(other) { this->searchTerm = other.searchTerm; this->categories = other.categories; -- cgit v1.2.1