phonebookui/pbkcommonui/src/cnthistoryview.cpp
changeset 46 efe85016a067
parent 40 b46a585f6909
child 47 7cbcb2896f0e
equal deleted inserted replaced
40:b46a585f6909 46:efe85016a067
   162 {
   162 {
   163     // Ask the use if they want to clear the history
   163     // Ask the use if they want to clear the history
   164     QString name = mContact->displayLabel();
   164     QString name = mContact->displayLabel();
   165     
   165     
   166     HbMessageBox::question(HbParameterLengthLimiter(hbTrId("txt_phob_info_clear_communications_history_with_1")).arg(name), this, 
   166     HbMessageBox::question(HbParameterLengthLimiter(hbTrId("txt_phob_info_clear_communications_history_with_1")).arg(name), this, 
   167             SLOT(handleClearHistory(HbAction*)), hbTrId("txt_phob_button_delete"), hbTrId("txt_common_button_cancel"));
   167             SLOT(handleClearHistory(HbAction*)), hbTrId("txt_common_button_delete"), hbTrId("txt_common_button_cancel"));
   168 }
   168 }
   169 
   169 
   170 /*
   170 /*
   171 Handle the selected action for clearing history
   171 Handle the selected action for clearing history
   172 */
   172 */