changeset 7823 | 46f115569045 |
parent 7015 | 08642c7da4a3 |
child 7824 | 3df73ec7fcf2 |
7822:61ff669d610f | 7823:46f115569045 |
---|---|
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 if (this->isVisible()) |
225 m_contentDownloaded = true; |
226 m_contentDownloaded = true; |
|
227 else |
|
228 DataManager::instance().reload(); |
|
229 } |
226 } |
230 |
227 |
231 file.close(); |
228 file.close(); |
232 |
229 |
233 if(file.getZipError()!=UNZ_OK) |
230 if(file.getZipError()!=UNZ_OK) |