summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/rbutilqt/base/uninstall.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/rbutilqt/base/uninstall.cpp b/utils/rbutilqt/base/uninstall.cpp
index 5ab670a031..6b4e08b55a 100644
--- a/utils/rbutilqt/base/uninstall.cpp
+++ b/utils/rbutilqt/base/uninstall.cpp
@@ -57,8 +57,9 @@ void Uninstaller::uninstall(void)
57 installlog.endGroup(); 57 installlog.endGroup();
58 58
59 // iterate over all entries 59 // iterate over all entries
60 for(int j =0; j < toDeleteList.size(); j++ ) 60 for(int j = 0; j < toDeleteList.size(); j++ )
61 { 61 {
62 emit logProgress(j, toDeleteList.size());
62 // check if current file is in use by another section 63 // check if current file is in use by another section
63 bool deleteFile = true; 64 bool deleteFile = true;
64 for(int s = 0; s < sections.size(); s++) 65 for(int s = 0; s < sections.size(); s++)