qtinternetradio/irqcommon/src/irqisdsdatastructure.cpp
changeset 16 5723da102db1
parent 14 896e9dbc5f19
child 17 38bbf2dcd608
--- a/qtinternetradio/irqcommon/src/irqisdsdatastructure.cpp	Thu Sep 02 20:17:46 2010 +0300
+++ b/qtinternetradio/irqcommon/src/irqisdsdatastructure.cpp	Fri Sep 17 08:27:59 2010 +0300
@@ -40,7 +40,6 @@
 IRQPreset::~IRQPreset()
 {
     urlArray.clear();
-    logoData.Close();
 }
 
 IRQPreset& IRQPreset::operator =(const IRQPreset& aOther)
@@ -67,8 +66,7 @@
     this->genreName = aOther.genreName;
     this->shortDesc = aOther.shortDesc;
     this->description = aOther.description;
-    this->logoData.Close();
-    this->logoData.Create(aOther.logoData);
+    this->logoData = aOther.logoData;
     this->musicStoreStatus = aOther.musicStoreStatus;
     this->lastModified = aOther.lastModified;
     this->countryCode = aOther.countryCode;