qtcontactsmobility/plugins/contacts/symbian/src/filtering/cntsymbianfiltersql.cpp
changeset 46 efe85016a067
parent 40 b46a585f6909
equal deleted inserted replaced
40:b46a585f6909 46:efe85016a067
    96     QList<QContactLocalId> ids;
    96     QList<QContactLocalId> ids;
    97     if (m_filterMap.contains(filter.type())) {
    97     if (m_filterMap.contains(filter.type())) {
    98         ids = ( m_filterMap.value(filter.type()))->contacts(filter,sortOrders,filterSupported,error);
    98         ids = ( m_filterMap.value(filter.type()))->contacts(filter,sortOrders,filterSupported,error);
    99         return ids;   
    99         return ids;   
   100     }
   100     }
       
   101     else {
       
   102         filterSupported = false;
       
   103     }
   101     *error = QContactManager::NotSupportedError;
   104     *error = QContactManager::NotSupportedError;
   102     return ids;
   105     return ids;
   103 }
   106 }
   104 
   107 
   105 bool CntSymbianFilter::filterSupported(const QContactFilter& filter)
   108 bool CntSymbianFilter::filterSupported(const QContactFilter& filter)