From 5a673d6df2125c5b17534e8ee9c143de9e3cd512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1stor=20Mu=C3=B1oz?= Date: Sat, 9 Jan 2016 02:21:45 +0100 Subject: rbutil: enable "done" signal on bootloader uninstall This allows to implement multi-stage uninstallers. Should not affect the behaviour on current targets. Change-Id: Idf8aec5caf76cf9317798890d094a7cebdbcabec --- rbutil/rbutilqt/base/bootloaderinstallhex.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rbutil/rbutilqt/base/bootloaderinstallhex.cpp') diff --git a/rbutil/rbutilqt/base/bootloaderinstallhex.cpp b/rbutil/rbutilqt/base/bootloaderinstallhex.cpp index 39a2392..0c8087e 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallhex.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallhex.cpp @@ -236,6 +236,7 @@ bool BootloaderInstallHex::uninstall(void) { emit logItem(tr("Uninstallation not possible, only installation info removed"), LOGINFO); logInstall(LogRemove); + emit done(true); return false; } -- cgit v1.1