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>
This commit is contained in:
Kai Koehne 2016-01-05 11:37:18 +01:00
parent f9aaec3ff2
commit 0a54640535

View File

@ -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.