logsui/logscntfinder/tsrc/stubs/qtcontacts_stubs.cpp
changeset 8 6c9acdc6adc0
parent 6 41c0a814d878
child 9 68f3171a5819
--- a/logsui/logscntfinder/tsrc/stubs/qtcontacts_stubs.cpp	Fri Jun 11 13:38:41 2010 +0300
+++ b/logsui/logscntfinder/tsrc/stubs/qtcontacts_stubs.cpp	Thu Jun 24 14:44:14 2010 +0300
@@ -170,9 +170,10 @@
     return list;
 }
 
+
 QContact QContactManager::contact( 
-    const QContactLocalId& contactId, 
-    const QStringList& /*definitionRestrictions*/ ) const
+        const QContactLocalId& contactId, 
+        const QContactFetchHint& /*fetchHint*/) const
 {
     QContact contact;
     QContactId id;
@@ -182,6 +183,7 @@
     return contact;
 }
 
+
 // ----------------------------------------------------------------------------
 // QContactDetailFilter
 // ----------------------------------------------------------------------------