equal
deleted
inserted
replaced
54 MYLOCLOGSTRING("call to create contactManger object ."); |
54 MYLOCLOGSTRING("call to create contactManger object ."); |
55 contactManger = new QContactManager("symbian"); |
55 contactManger = new QContactManager("symbian"); |
56 MYLOCLOGSTRING("contactManger object created ."); |
56 MYLOCLOGSTRING("contactManger object created ."); |
57 |
57 |
58 MYLOCLOGSTRING("contactManger object is not null ."); |
58 MYLOCLOGSTRING("contactManger object is not null ."); |
59 QStringList definitionRestrictions; |
59 QContact contact = contactManger->contact( contactId ); |
60 QContact contact = contactManger->contact(contactId ,definitionRestrictions); |
|
61 QContactGeoLocation location; |
60 QContactGeoLocation location; |
62 |
61 |
63 switch (addressType) |
62 switch (addressType) |
64 { |
63 { |
65 case ESourceContactsPref: |
64 case ESourceContactsPref: |