summaryrefslogtreecommitdiff
path: root/src/location/places/qplacemanagerengine.cpp
diff options
context:
space:
mode:
authorabcd <qt-info@nokia.com>2011-10-05 14:26:06 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-11 06:16:59 +0200
commit3dcb12116420cd29580b28c8e976c17ea605d185 (patch)
treedc803abea29a593f402ec81975e32dc8d31855ed /src/location/places/qplacemanagerengine.cpp
parentc3b41f8823e9f500bf2fde0213c6302c5ff0d12f (diff)
downloadqtlocation-3dcb12116420cd29580b28c8e976c17ea605d185.tar.gz
Add Icon support to Places
Change-Id: I559c96427db542dd71122f937dff90c900a02241 Reviewed-on: http://codereview.qt-project.org/6041 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'src/location/places/qplacemanagerengine.cpp')
-rw-r--r--src/location/places/qplacemanagerengine.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/location/places/qplacemanagerengine.cpp b/src/location/places/qplacemanagerengine.cpp
index 78f5d4d3..5574d283 100644
--- a/src/location/places/qplacemanagerengine.cpp
+++ b/src/location/places/qplacemanagerengine.cpp
@@ -130,6 +130,14 @@ int QPlaceManagerEngine::managerVersion() const
}
/*!
+ Returns the manager instance used to create this engine.
+*/
+QPlaceManager *QPlaceManagerEngine::manager() const
+{
+ return d_ptr->manager;
+}
+
+/*!
\fn void QPlaceManagerEngine::authenticationRequired(QAuthenticator *authenticator)
This signal is emitted if authentication details are required by the manager engine
@@ -141,7 +149,7 @@ int QPlaceManagerEngine::managerVersion() const
*/
QPlaceManagerEnginePrivate::QPlaceManagerEnginePrivate()
-: managerVersion(-1)
+ : managerVersion(-1), manager(0)
{
}