summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKranthi Kuntala <kranthi.kumar-kuntala@nokia.com>2012-04-30 13:49:07 +0300
committerQt by Nokia <qt-info@nokia.com>2012-05-09 07:18:20 +0200
commitdb4bde3c47ecc4afd08c1f2404903d96bf8d569d (patch)
treeec2ac439f06b868f45625d83be3124eeac4dbfcd /examples
parent6d74c61b78d4cade796b34bd62ecc99efc52363e (diff)
remove personId detail from the contacts API
Change-Id: I33a564009982c797e5517186f633b24f1d5b374d Reviewed-by: Cristiano di Flora <cristiano.di-flora@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/qmlcontacts/contents/enumhelper.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/qmlcontacts/contents/enumhelper.js b/examples/qmlcontacts/contents/enumhelper.js
index 91ae886f4..973af55f9 100644
--- a/examples/qmlcontacts/contents/enumhelper.js
+++ b/examples/qmlcontacts/contents/enumhelper.js
@@ -38,8 +38,6 @@ function detailTypeToString(detailType) {
return "OnlineAccount";
case ContactDetail.Organization:
return "Organization";
- case ContactDetail.PersonId:
- return "PersonId";
case ContactDetail.PhoneNumber:
return "PhoneNumber";
case ContactDetail.Presence: