summaryrefslogtreecommitdiff
path: root/src/location/places/qplacesearchrequest.cpp
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2011-08-31 15:43:25 +1000
committerAaron McCarthy <aaron.mccarthy@nokia.com>2011-08-31 07:58:16 +0200
commit292a6b5383ded5d573fb6fc7bc4b9cda1bd7abac (patch)
treed43184ce57686ef6c6a588305e2192fa46ec0857 /src/location/places/qplacesearchrequest.cpp
parentfa64a06853f2df2b2d9e2699f3163e2fff173fa3 (diff)
downloadqtlocation-292a6b5383ded5d573fb6fc7bc4b9cda1bd7abac.tar.gz
Fix compile warnings.
Change-Id: Ia700885d31394b293b64812ad3dac4a4177f7e8c Reviewed-on: http://codereview.qt.nokia.com/3909 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: abcd <qt_abcd1@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places/qplacesearchrequest.cpp')
-rw-r--r--src/location/places/qplacesearchrequest.cpp8
1 files changed, 2 insertions, 6 deletions
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;