summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2016-01-05 11:37:18 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2016-01-15 15:38:30 +0000
commit0a54640535049bf5124a7b4414bb75a8b2075087 (patch)
treef880a37a3d7a458c644e0ae8167e9eb820dae815
parentf9aaec3ff2d72acaa76217c8cfce22359346987f (diff)
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 <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--src/libs/installer/packagemanagercore.cpp4
1 files 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<Component*> 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.