qtinternetradio/irqcommon/src/irqisdsdatastructure.cpp
changeset 16 5723da102db1
parent 14 896e9dbc5f19
child 17 38bbf2dcd608
equal deleted inserted replaced
15:065198191975 16:5723da102db1
    38 }
    38 }
    39 
    39 
    40 IRQPreset::~IRQPreset()
    40 IRQPreset::~IRQPreset()
    41 {
    41 {
    42     urlArray.clear();
    42     urlArray.clear();
    43     logoData.Close();
       
    44 }
    43 }
    45 
    44 
    46 IRQPreset& IRQPreset::operator =(const IRQPreset& aOther)
    45 IRQPreset& IRQPreset::operator =(const IRQPreset& aOther)
    47 {
    46 {
    48     if (this == &aOther)
    47     if (this == &aOther)
    65     this->advertisementUrl = aOther.advertisementUrl;
    64     this->advertisementUrl = aOther.advertisementUrl;
    66     this->genreId = aOther.genreId;
    65     this->genreId = aOther.genreId;
    67     this->genreName = aOther.genreName;
    66     this->genreName = aOther.genreName;
    68     this->shortDesc = aOther.shortDesc;
    67     this->shortDesc = aOther.shortDesc;
    69     this->description = aOther.description;
    68     this->description = aOther.description;
    70     this->logoData.Close();
    69     this->logoData = aOther.logoData;
    71     this->logoData.Create(aOther.logoData);
       
    72     this->musicStoreStatus = aOther.musicStoreStatus;
    70     this->musicStoreStatus = aOther.musicStoreStatus;
    73     this->lastModified = aOther.lastModified;
    71     this->lastModified = aOther.lastModified;
    74     this->countryCode = aOther.countryCode;
    72     this->countryCode = aOther.countryCode;
    75     this->countryName = aOther.countryName;
    73     this->countryName = aOther.countryName;
    76     this->languageCode = aOther.languageCode;
    74     this->languageCode = aOther.languageCode;