diff options
author | abcd <qt-info@nokia.com> | 2011-08-03 15:49:02 +1000 |
---|---|---|
committer | abcd <qt_abcd1@ovi.com> | 2011-08-16 03:31:11 +0200 |
commit | b3de5479efeeca93af88057f2f9946c6abcd8bfd (patch) | |
tree | 813b3ff57ef7dbe4c35160fd93f54aac9a15ecdd /src/location/places/qplacemanagerengine.cpp | |
parent | d784594d3c924f3918f3caa55e0d47254a1168e3 (diff) | |
download | qtlocation-b3de5479efeeca93af88057f2f9946c6abcd8bfd.tar.gz |
Add authentication signal
Change-Id: I3ea93dac21920e0a05b28da089a75e7d32587af8
Reviewed-on: http://codereview.qt.nokia.com/2539
Reviewed-by: 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.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/location/places/qplacemanagerengine.cpp b/src/location/places/qplacemanagerengine.cpp index f2ae288c..7318b47b 100644 --- a/src/location/places/qplacemanagerengine.cpp +++ b/src/location/places/qplacemanagerengine.cpp @@ -133,8 +133,16 @@ int QPlaceManagerEngine::managerVersion() const } +/*! + \fn void QPlaceManagerEngine::authenticationRequired(QAuthenticator *authenticator) + This signal is emitted if authentication details are required by the manager engine + to peform certain operations. If the authentication was successful, the next time + the operations are performed, the same credentials are used and the + authenticationRequired signal is not emitted again. + If authentication is unsuccessful, the manager engine will emit the signal again. +*/ QPlaceManagerEnginePrivate::QPlaceManagerEnginePrivate() : managerVersion(-1) |