summaryrefslogtreecommitdiff
path: root/src/location/places/qplacemanagerengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplacemanagerengine.cpp')
-rw-r--r--src/location/places/qplacemanagerengine.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/location/places/qplacemanagerengine.cpp b/src/location/places/qplacemanagerengine.cpp
index 6b5155fc..77c87f4f 100644
--- a/src/location/places/qplacemanagerengine.cpp
+++ b/src/location/places/qplacemanagerengine.cpp
@@ -153,6 +153,31 @@ QPlaceManagerEnginePrivate::~QPlaceManagerEnginePrivate()
{
}
+/*!
+ \fn void QPlaceManagerEngine::placeAdded(const QString&placeId)
+
+ This signal is emitted if a place has been added to the manager engine's datastore.
+
+ It is generally only emitted by managers that store places locally.
+
+*/
+
+/*!
+ \fn void QPlaceManagerEngine::placeUpdated(const QString&placeId)
+
+ This signal is emitted if a place has been modified in the manager engine's datastore.
+
+ It is generally only emitted by managers that store places locally.
+*/
+
+/*!
+ \fn void QPlaceManagerEngine::placeRemoved(const QString&placeId)
+
+ This signal is emitted if a place has been removed from the manager engine's datastore.
+
+ It is generally only emitted by managers that store places locally.
+*/
+
#include "moc_qplacemanagerengine.cpp"
QT_END_NAMESPACE