summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-28 12:40:32 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-29 08:20:00 +0000
commitbe6466203bef49956146b9d200b9bf9caccd6efd (patch)
tree3cb47a03b77c57bc0f9b9e9d58df04ee2880fbff /src
parent4d342d526ba17a92033a39e6631844863a588d5d (diff)
Doc: edited PackageManagerGui docs
Fixed grammar, writing style, and QDoc command issues. Change-Id: Ib2fd4e09793943248a6ec8bc6d73e94fd47b5d59 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/libs/installer/packagemanagergui.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/libs/installer/packagemanagergui.cpp b/src/libs/installer/packagemanagergui.cpp
index 34678d40e..e3cb57bdd 100644
--- a/src/libs/installer/packagemanagergui.cpp
+++ b/src/libs/installer/packagemanagergui.cpp
@@ -417,7 +417,8 @@ void PackageManagerGui::setValidatorForCustomPageRequested(Component *component,
/*!
Loads a script to perform the installation non-interactively.
- @throws QInstaller::Error if the script is not readable/cannot be parsed
+ Throws QInstaller::Error if the script is not readable or it cannot be
+ parsed.
*/
void PackageManagerGui::loadControlScript(const QString &scriptPath)
{
@@ -660,8 +661,8 @@ void PackageManagerGui::showSettingsButton(bool show)
}
/*!
- Force an update of our own button layout, needs to be called whenever a button option has been
- set.
+ Forces an update of our own button layout. Needs to be called whenever a
+ button option has been set.
*/
void PackageManagerGui::updateButtonLayout()
{
@@ -1640,7 +1641,7 @@ void ComponentSelectionPage::selectDefault()
}
/*!
- Selects the component with /a id in the component tree.
+ Selects the component with \a id in the component tree.
*/
void ComponentSelectionPage::selectComponent(const QString &id)
{
@@ -1650,7 +1651,7 @@ void ComponentSelectionPage::selectComponent(const QString &id)
}
/*!
- Deselects the component with /a id in the component tree.
+ Deselects the component with \a id in the component tree.
*/
void ComponentSelectionPage::deselectComponent(const QString &id)
{