summaryrefslogtreecommitdiffstats
path: root/src/location/declarativeplaces/qdeclarativeplace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativeplaces/qdeclarativeplace.cpp')
-rw-r--r--src/location/declarativeplaces/qdeclarativeplace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/declarativeplaces/qdeclarativeplace.cpp b/src/location/declarativeplaces/qdeclarativeplace.cpp
index 0e1a19aa..5c09f71b 100644
--- a/src/location/declarativeplaces/qdeclarativeplace.cpp
+++ b/src/location/declarativeplaces/qdeclarativeplace.cpp
@@ -385,7 +385,7 @@ void QDeclarativePlace::setPlace(const QPlace &src)
m_src.content(QPlaceContent::EditorialType));
}
- synchronizeExtendedAttributes();
+ pullExtendedAttributes();
synchronizeContacts();
}
@@ -1076,7 +1076,7 @@ void QDeclarativePlace::initializeFavorite(QDeclarativeGeoServiceProvider *plugi
/*!
\internal
*/
-void QDeclarativePlace::synchronizeExtendedAttributes()
+void QDeclarativePlace::pullExtendedAttributes()
{
QStringList keys = m_extendedAttributes->keys();
foreach (const QString &key, keys)