locationdataharvester/geocodeupdate/src/geocodeupdate.cpp
changeset 26 f3533f6eae3f
parent 20 cd10d5b85554
child 30 96df3ab41000
--- a/locationdataharvester/geocodeupdate/src/geocodeupdate.cpp	Thu May 27 12:49:34 2010 +0300
+++ b/locationdataharvester/geocodeupdate/src/geocodeupdate.cpp	Fri Jun 11 13:33:47 2010 +0300
@@ -56,8 +56,7 @@
     MYLOCLOGSTRING("contactManger object created .");
 
     MYLOCLOGSTRING("contactManger object is not null .");
-    QStringList definitionRestrictions;
-    QContact contact = contactManger->contact(contactId ,definitionRestrictions);
+    QContact contact = contactManger->contact( contactId );
     QContactGeoLocation location;
 
     switch (addressType)