qtmobility/plugins/contacts/symbian/src/filtering/cntsymbianfiltersql.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/plugins/contacts/symbian/src/filtering/cntsymbianfiltersql.cpp	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/plugins/contacts/symbian/src/filtering/cntsymbianfiltersql.cpp	Mon May 03 13:18:40 2010 +0300
@@ -110,7 +110,7 @@
             const QContactFilter& filter,
             const QList<QContactSortOrder>& sortOrders,
             bool &filterSupported,
-            QContactManager::Error& error) 
+            QContactManager::Error* error)
 {
     QList<QContactLocalId> ids;
     if(m_filterMap.contains(filter.type()))
@@ -120,7 +120,7 @@
         return ids;   
         
         }
-    error = QContactManager::NotSupportedError;
+    *error = QContactManager::NotSupportedError;
     return ids;
     
 }