diff --git a/utils/rbutilqt/base/uninstall.cpp b/utils/rbutilqt/base/uninstall.cpp index ea0ce31eed..db150b411c 100644 --- a/utils/rbutilqt/base/uninstall.cpp +++ b/utils/rbutilqt/base/uninstall.cpp @@ -101,15 +101,13 @@ void Uninstaller::uninstall(void) dir.rmdir(dirList.at(j)); // rm works only on empty folders } // for speed reasons update log file only at the end. - installlog.beginGroup(uninstallSections.at(i)); for (const auto& file : deletedItems) { installlog.remove(file); } - installlog.endGroup(); + installlog.remove(""); installlog.endGroup(); - //installlog.removeGroup(uninstallSections.at(i)) } uninstallSections.clear(); installlog.sync();