changeset 7015 | 08642c7da4a3 |
parent 6952 | 7f70f37bbf08 |
child 7823 | 46f115569045 |
7014:c0b32404ef74 | 7015:08642c7da4a3 |
---|---|
220 { |
220 { |
221 qWarning("read all but not EOF"); |
221 qWarning("read all but not EOF"); |
222 return false; |
222 return false; |
223 } |
223 } |
224 |
224 |
225 m_contentDownloaded = true; |
225 if (this->isVisible()) |
226 m_contentDownloaded = true; |
|
227 else |
|
228 DataManager::instance().reload(); |
|
226 } |
229 } |
227 |
230 |
228 file.close(); |
231 file.close(); |
229 |
232 |
230 if(file.getZipError()!=UNZ_OK) |
233 if(file.getZipError()!=UNZ_OK) |