From e4af97300d5b08e48d9d282d5a7500cdfae4c251 Mon Sep 17 00:00:00 2001 From: Cástor Muñoz Date: Sat, 9 Jan 2016 04:40:53 +0100 Subject: 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 --- rbutil/rbutilqt/base/bootloaderinstallfile.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rbutil/rbutilqt/base/bootloaderinstallfile.cpp') diff --git a/rbutil/rbutilqt/base/bootloaderinstallfile.cpp b/rbutil/rbutilqt/base/bootloaderinstallfile.cpp index 70867b8868..209e56b4f3 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallfile.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallfile.cpp @@ -129,6 +129,7 @@ bool BootloaderInstallFile::uninstall(void) } emit logItem(tr("Original bootloader restored successfully."), LOGOK); logInstall(LogRemove); + emit logProgress(1, 1); emit done(false); return true; -- cgit v1.2.3