summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagemanagercore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/packagemanagercore.cpp')
-rw-r--r--src/libs/installer/packagemanagercore.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/installer/packagemanagercore.cpp b/src/libs/installer/packagemanagercore.cpp
index 6abfdb81c..d6a31286c 100644
--- a/src/libs/installer/packagemanagercore.cpp
+++ b/src/libs/installer/packagemanagercore.cpp
@@ -1225,9 +1225,9 @@ void PackageManagerCore::appendUpdaterComponent(Component *component)
}
/*!
- Returns a list of all available components found during a fetch. Note that depending on the run mode the
- returned list might have different values. In case of updater mode, components scheduled for an
- update as well as all possible dependencies are returned.
+ Returns a list of all available components found during a fetch. Depending on the run mode the
+ returned list might have different values. \note: This function will return all components and
+ possible replacement components as well.
*/
QList<Component*> PackageManagerCore::availableComponents() const
{