phoneengine/phoneservices/src/urischemehandlerservice.cpp
changeset 56 5bcb308bd24d
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
    79             
    79             
    80             HbDeviceMessageBox confirmationNote(
    80             HbDeviceMessageBox confirmationNote(
    81                 hbTrId("txt_phone_info_call_l1").arg(dialString),
    81                 hbTrId("txt_phone_info_call_l1").arg(dialString),
    82                 HbMessageBox::MessageTypeQuestion, 
    82                 HbMessageBox::MessageTypeQuestion, 
    83                 NULL);
    83                 NULL);
       
    84             confirmationNote.setStandardButtons(HbMessageBox::Yes | HbMessageBox::No);
    84             confirmationNote.setTimeout(0);
    85             confirmationNote.setTimeout(0);
    85             
    86             
    86             const QAction *action = confirmationNote.exec();
    87             const QAction *action = confirmationNote.exec();
    87             if (confirmationNote.isAcceptAction(action)) {
    88             if (confirmationNote.isAcceptAction(action)) {
    88                 m_callParameters.SetPhoneNumber(dialString.utf16());
    89                 m_callParameters.SetPhoneNumber(dialString.utf16());