summaryrefslogtreecommitdiff
path: root/src/location/places/qplacemanager.h
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.h
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.h')
-rw-r--r--src/location/places/qplacemanager.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/location/places/qplacemanager.h b/src/location/places/qplacemanager.h
index 5da4b0e2..c6ad59d0 100644
--- a/src/location/places/qplacemanager.h
+++ b/src/location/places/qplacemanager.h
@@ -70,14 +70,6 @@ class Q_LOCATION_EXPORT QPlaceManager : public QObject
{
Q_OBJECT
public:
- enum ConnectivityMode {
- OfflineMode = 0x0001,
- OnlineMode = 0x0002,
- HybridMode = 0x0003
- };
-
- Q_DECLARE_FLAGS(ConnectivityModes, ConnectivityMode)
-
enum VisibilityScope {
NoScope = 0x0000,
PublicScope = 0x0001,
@@ -120,10 +112,6 @@ public:
QPlaceTextPredictionReply *textPredictions(const QPlaceSearchRequest &request) const;
- ConnectivityModes connectivityMode() const;
- void setConnectivityMode(ConnectivityModes connectivityMode);
- ConnectivityModes supportedConnectivityModes() const;
-
QPlaceIdReply *savePlace(const QPlace &place, VisibilityScope scope = QPlaceManager::NoScope);
VisibilityScopes supportedSaveVisibilityScopes();
@@ -155,7 +143,6 @@ private:
};
Q_DECLARE_OPERATORS_FOR_FLAGS(QPlaceManager::VisibilityScopes);
-Q_DECLARE_OPERATORS_FOR_FLAGS(QPlaceManager::ConnectivityModes);
QT_END_NAMESPACE