locationsystemui/locationsysui/possettings/poslocationservices/src/poslocationservices.cpp
changeset 43 24e118dfbea1
parent 25 73f6c2762ffe
equal deleted inserted replaced
39:3efc7a0e8755 43:24e118dfbea1
   214             //get the validity end date from the engine and convert to string
   214             //get the validity end date from the engine and convert to string
   215             QString validity(serviceIterator->mEndDateTime.date().toString(
   215             QString validity(serviceIterator->mEndDateTime.date().toString(
   216                     Qt::ISODate));
   216                     Qt::ISODate));
   217 
   217 
   218             service->setContentWidgetData("sec2text", QString(hbTrId(
   218             service->setContentWidgetData("sec2text", QString(hbTrId(
   219                     "txt_loe_list_valid_until_2")).arg(validity));
   219                     "txt_loe_list_valid_until_1")).arg(validity));
   220 
   220 
   221             qDebug() << "Adding service into the group";
   221             qDebug() << "Adding service into the group";
   222             mOperation->appendDataFormItem(service, mGroup);
   222             mOperation->appendDataFormItem(service, mGroup);
   223 
   223 
   224             //create an object of dummy signal mapper class
   224             //create an object of dummy signal mapper class