qtmobility/plugins/contacts/symbian/src/transform/cnttransformfamily.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qtmobility/plugins/contacts/symbian/src/transform/cnttransformfamily.cpp	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/plugins/contacts/symbian/src/transform/cnttransformfamily.cpp	Mon May 03 13:18:40 2010 +0300
@@ -52,7 +52,7 @@
 
     //create new fields without contexts
     transformToTextFieldL(family, fieldList, family.spouse(), KUidContactFieldSpouse, KUidContactFieldVCardMapSpouse, false);
-    foreach(QString childName, family.children()) {
+    foreach(const QString& childName, family.children()) {
         transformToTextFieldL(family, fieldList, childName, KUidContactFieldChildren, KUidContactFieldVCardMapChildren, false);
     }