diff -r 5723da102db1 -r 38bbf2dcd608 qtinternetradio/irqcommon/src/irqisdsdatastructure.cpp --- a/qtinternetradio/irqcommon/src/irqisdsdatastructure.cpp Fri Sep 17 08:27:59 2010 +0300 +++ b/qtinternetradio/irqcommon/src/irqisdsdatastructure.cpp Mon Oct 04 00:07:46 2010 +0300 @@ -74,6 +74,7 @@ this->languageCode = aOther.languageCode; this->languageName = aOther.languageName; this->name = aOther.name; + this->nickName = aOther.nickName; this->presetId = aOther.presetId; this->type = aOther.type; this->iChannelUrlCount = aOther.iChannelUrlCount; @@ -88,7 +89,7 @@ aStream>>languageCode>>languageName >>countryCode>>countryName >>genreName>>genreId - >>name>>lastModified + >>name>>nickName>>lastModified >>advertisementUrl>>advertisementInUse >>imgUrl>>description>>shortDesc >>musicStoreStatus; @@ -109,7 +110,7 @@ aStream<