forked from len0rd/rockbox
update UI a few times more often during installation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14542 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3a0c78bb76
commit
4f8818241b
1 changed files with 3 additions and 2 deletions
|
@ -136,13 +136,14 @@ void ZipInstaller::downloadDone(bool error)
|
|||
return;
|
||||
}
|
||||
else m_dp->addItem(tr("Download finished."),LOGOK);
|
||||
|
||||
QApplication::processEvents();
|
||||
if(m_unzip) {
|
||||
// unzip downloaded file
|
||||
qDebug() << "about to unzip the downloaded file" << m_file << "to" << m_mountpoint;
|
||||
|
||||
m_dp->addItem(tr("Extracting file."),LOGINFO);
|
||||
|
||||
QApplication::processEvents();
|
||||
|
||||
qDebug() << "file to unzip: " << m_file;
|
||||
UnZip::ErrorCode ec;
|
||||
UnZip uz;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue