1
0
Fork 0
forked from len0rd/rockbox

rbutil: show progress bar during bootloader uninstall

Useful for targets that needs multi-stage uninstall. On current
targets (with Uninstall capability) the progress is updated to
100% when bootloader uninstall is successfully finished.

Change-Id: I61be1c4f5cfc2d2f35fa5005962be9703888447d
This commit is contained in:
Cástor Muñoz 2016-01-09 04:40:53 +01:00 committed by Dominik Riebeling
parent 5a673d6df2
commit e4af97300d
5 changed files with 4 additions and 1 deletions

View file

@ -523,7 +523,6 @@ void RbUtilQt::uninstallBootloader(void)
QMessageBox::Yes | QMessageBox::No) != QMessageBox::Yes) return;
// create logger
ProgressLoggerGui* logger = new ProgressLoggerGui(this);
logger->setProgressVisible(false);
logger->show();
QString platform = RbSettings::value(RbSettings::Platform).toString();