summaryrefslogtreecommitdiffstats
path: root/installerbuilder
diff options
context:
space:
mode:
authorNiels Weber <niels.2.weber@nokia.com>2012-02-15 10:05:12 +0100
committerNiels Weber <niels.2.weber@nokia.com>2012-02-15 10:25:04 +0100
commitdd15ca9e79d6af6fd9cf28a68851d5e9066d2325 (patch)
tree6ffbfb6ad6cc1f78765d78871fe24bdb761dc421 /installerbuilder
parent61d80af70e10641468db8ba2ada123eadf838728 (diff)
function documentation
Change-Id: I08eebd30a4354a7f9c807baffc546c3daf7a33bd Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder')
-rw-r--r--installerbuilder/libinstaller/component.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/component.cpp b/installerbuilder/libinstaller/component.cpp
index ab209ff38..6be9376f2 100644
--- a/installerbuilder/libinstaller/component.cpp
+++ b/installerbuilder/libinstaller/component.cpp
@@ -505,7 +505,10 @@ void Component::loadUserInterfaces(const QDir &directory, const QStringList &uis
}
}
-
+/*!
+ Loads the text of the Licenses contained in the licenseHash.
+ This is saved into a new hash containing the filename and the text of that file.
+*/
void Component::loadLicenses(const QString &directory, const QHash<QString, QVariant> &licenseHash)
{
QHash<QString, QVariant>::const_iterator it;