qtinternetradio/irqisdsclient/src/irqisdsclientimpl.cpp
changeset 8 3b03c28289e6
parent 5 0930554dc389
equal deleted inserted replaced
5:0930554dc389 8:3b03c28289e6
   427                     aParsedStructure[i]->iChannelName->Des().Ptr(),
   427                     aParsedStructure[i]->iChannelName->Des().Ptr(),
   428                     aParsedStructure[i]->iChannelName->Des().Length());
   428                     aParsedStructure[i]->iChannelName->Des().Length());
   429             oneChannelItem->shortDescription = QString::fromUtf16(
   429             oneChannelItem->shortDescription = QString::fromUtf16(
   430                     aParsedStructure[i]->iShortDescription->Des().Ptr(),
   430                     aParsedStructure[i]->iShortDescription->Des().Ptr(),
   431                     aParsedStructure[i]->iShortDescription->Des().Length());
   431                     aParsedStructure[i]->iShortDescription->Des().Length());
       
   432             //added for search result's cache
       
   433             oneChannelItem->channelID = aParsedStructure[i]->iChannelID;
   432 
   434 
   433             if (0 != aParsedStructure[i]->iImgUrl.Length())
   435             if (0 != aParsedStructure[i]->iImgUrl.Length())
   434             {
   436             {
   435 
   437 
   436                 oneChannelItem->imageURL = QString::fromUtf16(
   438                 oneChannelItem->imageURL = QString::fromUtf16(