diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2011-09-21 10:51:55 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-09-27 07:08:12 +0200 |
commit | 246e55aa9e64add8a23fe6b44f19d3fa3817ad20 (patch) | |
tree | fef49dbde00b604292ec1ee3dada877f8610cc59 /src/location/places/qplacemanagerengine.cpp | |
parent | 9302f1348d4d22c78c364d7a37526dd004fec7a0 (diff) | |
download | qtlocation-246e55aa9e64add8a23fe6b44f19d3fa3817ad20.tar.gz |
Remove ConnectivityModes from QPlaceManager.
Change-Id: I1c269d294d9e2187fb0f3e650b5c6941e1877140
Reviewed-on: http://codereview.qt-project.org/5269
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/qplacemanagerengine.cpp')
-rw-r--r-- | src/location/places/qplacemanagerengine.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/location/places/qplacemanagerengine.cpp b/src/location/places/qplacemanagerengine.cpp index 315f1eb8..bd8f35f7 100644 --- a/src/location/places/qplacemanagerengine.cpp +++ b/src/location/places/qplacemanagerengine.cpp @@ -60,8 +60,7 @@ QT_USE_NAMESPACE Subclasses of QPlaceManagerEngine need to provide an implementation of getPlaceDetails(), getContent(), postRating(), getReviews(), searchForPlaces(), supportedSearchVisibilityScopes(), - recommendations(), textPredictions(), connectivityMode(), setConnectivityMode(), - supportedConnectivityModes(), savePlace(), supportedSaveVisibilityScopes(), removePlace(), + recommendations(), textPredictions(), savePlace(), supportedSaveVisibilityScopes(), removePlace(), initializeCategories() and categories(). \sa QPlaceManager |