summaryrefslogtreecommitdiff
path: root/src/location/places/qplacemanager.cpp
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2011-09-21 10:51:55 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-27 07:08:12 +0200
commit246e55aa9e64add8a23fe6b44f19d3fa3817ad20 (patch)
treefef49dbde00b604292ec1ee3dada877f8610cc59 /src/location/places/qplacemanager.cpp
parent9302f1348d4d22c78c364d7a37526dd004fec7a0 (diff)
downloadqtlocation-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/qplacemanager.cpp')
-rw-r--r--src/location/places/qplacemanager.cpp34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/location/places/qplacemanager.cpp b/src/location/places/qplacemanager.cpp
index 81ab5ba4..6b0b3b81 100644
--- a/src/location/places/qplacemanager.cpp
+++ b/src/location/places/qplacemanager.cpp
@@ -54,16 +54,6 @@
*/
/*!
- \enum QPlaceManager::ConnectivityMode
-
- Defines the method of obtaining place data
- \value NoConnectivity There is no place data.
- \value OfflineMode The places data will come from an offline source.
- \value OnlineMode The place data will come from an online source.
- \value HybridMode The place data will come from a combination of offline and online sources.
-*/
-
-/*!
\enum QPlaceManager::SearchVisibilityScope
Defines the scope for searching places according to visibility.
\value PublicSearch Searches will only be conducted on public places.
@@ -190,30 +180,6 @@ QPlaceTextPredictionReply *QPlaceManager::textPredictions(const QPlaceSearchRequ
}
/*!
- Returns the connectivity mode of the manager.
-*/
-QPlaceManager::ConnectivityModes QPlaceManager::connectivityMode() const
-{
- return d->connectivityMode();
-}
-
-/*!
- Sets the connectivity \a mode of the manager.
-*/
-void QPlaceManager::setConnectivityMode(QPlaceManager::ConnectivityModes mode)
-{
- d->setConnectivityMode(mode);
-}
-
-/*!
- Returns the list of connectivity modes that the manager supports.
-*/
-QPlaceManager::ConnectivityModes QPlaceManager::supportedConnectivityModes() const
-{
- return d->supportedConnectivityModes();
-}
-
-/*!
Saves a \a place at the given \a scope.
*/
QPlaceIdReply *QPlaceManager::savePlace(const QPlace &place, VisibilityScope scope)