equal
deleted
inserted
replaced
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( |