From 0a54640535049bf5124a7b4414bb75a8b2075087 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 5 Jan 2016 11:37:18 +0100 Subject: Doc: Remove dubious sentence from installer.calculateComponentsToUninstall() The auto-dependencies seems already to be handled correctly in UninstallerCalculator. Change-Id: I30074036aa030399cd49a6bfe2e380ffa1e92c58 Reviewed-by: Leena Miettinen --- src/libs/installer/packagemanagercore.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libs/installer/packagemanagercore.cpp b/src/libs/installer/packagemanagercore.cpp index c19392376..81fd29472 100644 --- a/src/libs/installer/packagemanagercore.cpp +++ b/src/libs/installer/packagemanagercore.cpp @@ -1515,8 +1515,8 @@ QList PackageManagerCore::orderedComponentsToInstall() const } /*! - Calculates a list of components to uninstall based on the current run mode. Auto installed - dependencies are not yet resolved. The aboutCalculateComponentsToUninstall() signal is emitted + Calculates a list of components to uninstall based on the current run mode. + The aboutCalculateComponentsToUninstall() signal is emitted before the calculation starts, the finishedCalculateComponentsToUninstall() signal once all calculations are done. Always returns \c true. -- cgit v1.2.3