qtmobility/plugins/contacts/symbian/inc/filtering/cntfilterchangelog.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qtmobility/plugins/contacts/symbian/inc/filtering/cntfilterchangelog.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/plugins/contacts/symbian/inc/filtering/cntfilterchangelog.h	Mon May 03 13:18:40 2010 +0300
@@ -55,12 +55,12 @@
             const QContactFilter &filter,
             const QList<QContactSortOrder> &sortOrders,
             bool &filterSupported,
-            QContactManager::Error &error);
+            QContactManager::Error* error);
     bool filterSupported(const QContactFilter& filter);
 
     void createSelectQuery(const QContactFilter& filter,
                                  QString& sqlQuery,
-                                 QContactManager::Error& error);
+                                 QContactManager::Error* error);
 private:
 
 protected: