summaryrefslogtreecommitdiff
path: root/src/location/places/qplacemanager.h
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2011-09-16 12:16:52 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-26 08:50:46 +0200
commit8d5953c49acf9c5c6208b23f8e38014aaeb634ce (patch)
treedbebb1bc8370343db0e6fd5f6d5c2e2df8ced265 /src/location/places/qplacemanager.h
parentbe950c52a338b1c93bdc6b3ceb1322d8fc22f3c4 (diff)
downloadqtlocation-8d5953c49acf9c5c6208b23f8e38014aaeb634ce.tar.gz
Remove unused code in QPlaceManager.
Change-Id: I2594e33049c4901c641c4e1a4347b7ee1952ecd8 Reviewed-on: http://codereview.qt-project.org/5273 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.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/location/places/qplacemanager.h b/src/location/places/qplacemanager.h
index f7a4bc22..5df5a92c 100644
--- a/src/location/places/qplacemanager.h
+++ b/src/location/places/qplacemanager.h
@@ -63,7 +63,6 @@ class QPlaceManagerEngine;
class QPlaceSearchRequest;
class QPlaceSearchReply;
-class QPlaceManagerPrivate;
class Q_LOCATION_EXPORT QPlaceManager : public QObject
{
Q_OBJECT
@@ -130,8 +129,6 @@ public:
QPlaceReply *initializeCategories();
QList<QPlaceCategory> categories(const QPlaceCategory &parent = QPlaceCategory()) const;
- static QStringList availableManagers();
-
QLocale locale() const;
void setLocale(const QLocale &locale);
@@ -148,8 +145,8 @@ private:
QPlaceManager(QPlaceManagerEngine *engine, QObject *parent = 0);
Q_DISABLE_COPY(QPlaceManager)
- QPlaceManagerPrivate* d;
- Q_DECLARE_PRIVATE(QPlaceManager)
+
+ QPlaceManagerEngine *d;
friend class QGeoServiceProvider;
};