summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/packagemanagercore.cpp
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-08-10 15:18:42 +0200
committerkh1 <qt-info@nokia.com>2011-08-10 15:18:42 +0200
commitd1f0749d20f30bc48e26e802be15ad0722eb29ae (patch)
treef361b16632e16f20287c7ad2b86f8b0bed796875 /installerbuilder/libinstaller/packagemanagercore.cpp
parent19595841d7993520aa795795a0dff8132d12e78e (diff)
Rename function and add TODO.
I can't see the reason, needs to be discussed with Tim.
Diffstat (limited to 'installerbuilder/libinstaller/packagemanagercore.cpp')
-rw-r--r--installerbuilder/libinstaller/packagemanagercore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/packagemanagercore.cpp b/installerbuilder/libinstaller/packagemanagercore.cpp
index 906e04219..c242d18a1 100644
--- a/installerbuilder/libinstaller/packagemanagercore.cpp
+++ b/installerbuilder/libinstaller/packagemanagercore.cpp
@@ -828,7 +828,7 @@ QString PackageManagerCore::installReason(Component* component) const
return d->installReason(component);
}
-bool PackageManagerCore::calculateToInstallComponents() const
+bool PackageManagerCore::calculateComponentsToInstall() const
{
d->clearComponentsToInstall();
QList<Component*> components;