summaryrefslogtreecommitdiff
path: root/src/location/places/qplaceuser.cpp
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2012-03-27 13:49:25 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-29 06:53:38 +0200
commit04921a0ff8c3a6878a77eb6e119ba6a870b2798a (patch)
tree0c1f262499bb90374cfff1d1bc0e7233d490bcee /src/location/places/qplaceuser.cpp
parent2106a31b66afc25917935046d2e3be14488d4dc5 (diff)
downloadqtlocation-04921a0ff8c3a6878a77eb6e119ba6a870b2798a.tar.gz
General documentation issues
Change-Id: I021ab70e1cbb973817aecbf53b7af0760c5e36c4 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places/qplaceuser.cpp')
-rw-r--r--src/location/places/qplaceuser.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/location/places/qplaceuser.cpp b/src/location/places/qplaceuser.cpp
index 1b4f6f47..75c77ba1 100644
--- a/src/location/places/qplaceuser.cpp
+++ b/src/location/places/qplaceuser.cpp
@@ -68,7 +68,7 @@ bool QPlaceUserPrivate::operator==(const QPlaceUserPrivate &other) const
\inmodule QtLocation
\ingroup QtLocation-places
\ingroup QtLocation-places-data
- \since QtLocation 5.0
+ \since Qt Location 5.0
\brief The QPlaceUser class represents an individual user.
*/
@@ -122,7 +122,7 @@ bool QPlaceUser::operator==(const QPlaceUser &other) const
}
/*!
- Returns the id of the user.
+ Returns the identifier of the user.
*/
QString QPlaceUser::userId() const
{
@@ -130,11 +130,11 @@ QString QPlaceUser::userId() const
}
/*!
- Sets the \a id of the user.
+ Sets the \a identifier of the user.
*/
-void QPlaceUser::setUserId(const QString &id)
+void QPlaceUser::setUserId(const QString &identifier)
{
- d->userId = id;
+ d->userId = identifier;
}
/*!