emailuis/nmailui/src/nmrecipientfield.cpp
changeset 53 bf7eb7911fc5
parent 30 759dc5235cdb
child 47 f83bd4ae1fe3
equal deleted inserted replaced
30:759dc5235cdb 53:bf7eb7911fc5
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   158         NM_ERROR(1,"XQApplicationManager: failed creating fecth contactspicker request");
   158         NM_ERROR(1,"XQApplicationManager: failed creating fecth contactspicker request");
   159 	    return;
   159 	    return;
   160     }
   160     }
   161 
   161 
   162     QVariantList args; 
   162     QVariantList args; 
   163     args << "Non-filtered multi-fetch";
   163     args << hbTrId("txt_mail_select_contacts");
   164     args << KCntActionAll; 
   164     args << KCntActionEmail; 
   165     args << KCntFilterDisplayAll; 
   165     args << KCntFilterDisplayAll; 
   166     launchContactsPickerRequest->setArguments(args); 
   166     launchContactsPickerRequest->setArguments(args); 
   167     
   167     
   168     // Send request
   168     // Send request
   169     if (!launchContactsPickerRequest->send()) {
   169     if (!launchContactsPickerRequest->send()) {