satui/satapp/src/satappconfirmprovider.cpp
changeset 36 7c428525956b
parent 35 6aefa3341fcc
child 53 25b8d29b7c59
equal deleted inserted replaced
35:6aefa3341fcc 36:7c428525956b
   134     QString text = action.value(KeyText).toString();
   134     QString text = action.value(KeyText).toString();
   135     QString additionText = action.value(KeyAdditionalText).toString();
   135     QString additionText = action.value(KeyAdditionalText).toString();
   136     QString alphaId;
   136     QString alphaId;
   137     if (text.length() == 0) {
   137     if (text.length() == 0) {
   138         qDebug("SATAPP: SatAppConfirmProvider::showSetUpCallConfirm length 0");
   138         qDebug("SATAPP: SatAppConfirmProvider::showSetUpCallConfirm length 0");
       
   139         alphaId = hbTrId("txt_simatk_info_1_about_to_call");
   139         if (additionText.length() > 0) {
   140         if (additionText.length() > 0) {
   140             alphaId.append(additionText);
   141             alphaId = alphaId.arg(additionText);
   141         } else {
   142         } else {
   142             alphaId.append(hbTrId("txt_simatk_title_sim_services"));
   143             alphaId = alphaId.arg(hbTrId("txt_simatk_title_sim_services"));
   143         }
   144         }
   144        alphaId.append(hbTrId("txt_simatk_info_1_about_to_call")); 
       
   145     } else {
   145     } else {
   146         qDebug("SATAPP: SatAppConfirmProvider::showSetUpCallConfirm text");
   146         qDebug("SATAPP: SatAppConfirmProvider::showSetUpCallConfirm text");
   147         alphaId.append(text);
   147         alphaId.append(text);
   148     }
   148     }
   149     qDebug("SATAPP: SatAppConfirmProvider::showSetUpCallConfirm new");
   149     qDebug("SATAPP: SatAppConfirmProvider::showSetUpCallConfirm new");