summaryrefslogtreecommitdiff
path: root/src/location/places/qplacemanagerengine.h
diff options
context:
space:
mode:
authorabcd <amos.choy@nokia.com>2012-06-07 11:02:49 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-10 13:52:51 +0200
commit0c413b1780b6accadfffeea13be889a356567e94 (patch)
treee99295b810d3ca9dadc750190408a01a702354ee /src/location/places/qplacemanagerengine.h
parentb7aa1799b694a54d99f073b61389d4ca3501779a (diff)
downloadqtlocation-0c413b1780b6accadfffeea13be889a356567e94.tar.gz
dataChanged signal
The place and category added/modified/removed signals are not sufficient if there are large scale changes to the underlying datastore. To avoid potential avalanches of signals we have a dataChanged() signal for significant changes Change-Id: Ibb90c117eabfc6144ab5d8681bd9844575e86247 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places/qplacemanagerengine.h')
-rw-r--r--src/location/places/qplacemanagerengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/places/qplacemanagerengine.h b/src/location/places/qplacemanagerengine.h
index f4c6c5b6..93dd0e15 100644
--- a/src/location/places/qplacemanagerengine.h
+++ b/src/location/places/qplacemanagerengine.h
@@ -105,6 +105,7 @@ Q_SIGNALS:
void categoryAdded(const QPlaceCategory &category, const QString &parentCategoryId);
void categoryUpdated(const QPlaceCategory &category, const QString &parentCategoryId);
void categoryRemoved(const QString &categoryId, const QString &parentCategoryId);
+ void dataChanged();
protected:
QPlaceManager *manager() const;