summaryrefslogtreecommitdiff
path: root/tests/auto/geotestplugin/qplacemanagerengine_test.h
diff options
context:
space:
mode:
authorabcd <amos.choy@nokia.com>2012-01-30 11:35:06 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-30 05:39:18 +0100
commit8ba3a6ffd2a974c9ea91035ac6c4ccf30a6c74af (patch)
tree44043ae3b0ba63177ad19466320d4c28ece99d57 /tests/auto/geotestplugin/qplacemanagerengine_test.h
parent074260af5a59c2a6a9d49cf0b4b9e8a5db5b11f8 (diff)
downloadqtlocation-8ba3a6ffd2a974c9ea91035ac6c4ccf30a6c74af.tar.gz
Fix inconsistency, use childCategoryIds over childrenCategoryIds
Change-Id: I37dfa12027bcc5424e65aa515f512b18a94692c4 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'tests/auto/geotestplugin/qplacemanagerengine_test.h')
-rw-r--r--tests/auto/geotestplugin/qplacemanagerengine_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/geotestplugin/qplacemanagerengine_test.h b/tests/auto/geotestplugin/qplacemanagerengine_test.h
index f634b57f..b36913d1 100644
--- a/tests/auto/geotestplugin/qplacemanagerengine_test.h
+++ b/tests/auto/geotestplugin/qplacemanagerengine_test.h
@@ -328,7 +328,7 @@ public:
return QString();
}
- virtual QStringList childrenCategoryIds(const QString &categoryId) const
+ virtual QStringList childCategoryIds(const QString &categoryId) const
{
return m_childCategories.value(categoryId);
}