summaryrefslogtreecommitdiffstats
path: root/src/location/places/qplacecontactdetail.cpp
diff options
context:
space:
mode:
authorabcd <amos.choy@nokia.com>2012-03-23 16:37:59 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-27 02:05:43 +0200
commitb60dc91cebdea5d6737e45dc8718cb8d77bcb49c (patch)
treef5205e568fdf410006ca6c677706d572dc7bc54a /src/location/places/qplacecontactdetail.cpp
parentf2bee85df8971d2377b6ac16b74d997717fa6338 (diff)
Documentation fixes
Explain localization for contact detail labels and supplier name Explanation of how supported locales is manager/plugin specific. Better description for supplier id and url. Explain visibility for declarative a little better 58-partially done 59-done 74-done 75-done 76-done 77-done Change-Id: I117c7414e41db9ea3f3fbecec99f4c32f4450f62 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places/qplacecontactdetail.cpp')
-rw-r--r--src/location/places/qplacecontactdetail.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/location/places/qplacecontactdetail.cpp b/src/location/places/qplacecontactdetail.cpp
index 22061a8c..a7acc20c 100644
--- a/src/location/places/qplacecontactdetail.cpp
+++ b/src/location/places/qplacecontactdetail.cpp
@@ -168,7 +168,11 @@ bool QPlaceContactDetail::operator!= (const QPlaceContactDetail &other) const
}
/*!
- Returns a localized label describing the contact detail.
+ Returns a label describing the contact detail.
+
+ The label can potentially be localized. The language is dependent on the entity that sets it,
+ typically this is the manager from which the places are sourced.
+ The QPlaceManager::locales() field defines what language is used.
*/
QString QPlaceContactDetail::label() const
{