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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/places/qplacemanagerengine.cpp b/src/location/places/qplacemanagerengine.cpp
index 524fa89e..dd481f73 100644
--- a/src/location/places/qplacemanagerengine.cpp
+++ b/src/location/places/qplacemanagerengine.cpp
@@ -262,10 +262,10 @@ QPlaceManagerEnginePrivate::~QPlaceManagerEnginePrivate()
*/
/*!
- \fn QStringList QPlaceManagerEngine::childrenCategoryIds(const QString &categoryId) const
+ \fn QStringList QPlaceManagerEngine::childCategoryIds(const QString &parentId) const
- Returns the children category ids of the category corresponding to \a categoryId.
- If \a categoryId is empty then all top level category ids are returned.
+ Returns the child category ids of the category corresponding to \a parentId.
+ If \a parentId is empty then all top level category ids are returned.
*/
/*!