diff options
author | abcd <amos.choy@nokia.com> | 2011-11-14 11:11:27 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-11-16 05:36:56 +0100 |
commit | 4beb6dfa7f818ced9aff296728519d4a6590eb5c (patch) | |
tree | 3d2d85519e8f90968cb7601cd14061a4f4b8796e /src/location/places/qplacemanager.h | |
parent | c19ae8bf96cd4135955347baebe18caafc9fc841 (diff) | |
download | qtlocation-4beb6dfa7f818ced9aff296728519d4a6590eb5c.tar.gz |
Cpp Documentation class documentation + plugin documentation
Change-Id: I52e9eee45b96c42500108646880f500df9dae55d
Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places/qplacemanager.h')
-rw-r--r-- | src/location/places/qplacemanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/places/qplacemanager.h b/src/location/places/qplacemanager.h index 29ef98d4..128f1b85 100644 --- a/src/location/places/qplacemanager.h +++ b/src/location/places/qplacemanager.h @@ -127,9 +127,9 @@ Q_SIGNALS: void placeUpdated(const QString &placeId); void placeRemoved(const QString &placeId); - 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 categoryAdded(const QPlaceCategory &category, const QString &parentId); + void categoryUpdated(const QPlaceCategory &category, const QString &parentId); + void categoryRemoved(const QString &categoryId, const QString &parentId); private: QPlaceManager(QPlaceManagerEngine *engine, QObject *parent = 0); |