summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2019-05-27 12:06:24 +0300
committerKatja Marttila <katja.marttila@qt.io>2019-05-27 09:15:47 +0000
commitc97eb6750cf6a911182d23edb2618ebdedc7c5fa (patch)
tree056ea15c94deaef8a844e693212a313633b17de0
parent6ea22a1a9ef9d9be25e09740aa72bb0a5dfebfc7 (diff)
Documentation fixes
Change-Id: Ibfb4fd033f8dae23b953f21ebcda40c8325577e1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--Changelog2
-rw-r--r--src/libs/installer/packagemanagercore.cpp4
-rw-r--r--src/libs/installer/repository.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/Changelog b/Changelog
index de43ebecc..a9f6fefd4 100644
--- a/Changelog
+++ b/Changelog
@@ -3,7 +3,7 @@
- Change text in Select Components view when selection of components is not possible (QTIFW-1241)
- Fix long description texts not properly shown by enabling scrolling (QTIFW-1308)
- Fix install button string having a font name in French translation (QTIFW-1333)
-- Fix maintenancetool size (QTIFW-1322)
+- Fix maintenance tool size (QTIFW-1322)
- Update Russian translation
- Enable links and text selection in component description fields (QTIFW-1292)
diff --git a/src/libs/installer/packagemanagercore.cpp b/src/libs/installer/packagemanagercore.cpp
index 4a7f42621..002604262 100644
--- a/src/libs/installer/packagemanagercore.cpp
+++ b/src/libs/installer/packagemanagercore.cpp
@@ -665,7 +665,7 @@ int PackageManagerCore::downloadNeededArchives(double partProgressSize)
}
/*!
- Returns \c true if essential component update is found.
+ Returns \c true if an essential component update is found.
*/
bool PackageManagerCore::foundEssentialUpdate() const
{
@@ -673,7 +673,7 @@ bool PackageManagerCore::foundEssentialUpdate() const
}
/*!
- Sets the value of \a foundEssentialUpdate, defaults \c true.
+ Sets the value of \a foundEssentialUpdate, defaults to \c true.
*/
void PackageManagerCore::setFoundEssentialUpdate(bool foundEssentialUpdate)
{
diff --git a/src/libs/installer/repository.cpp b/src/libs/installer/repository.cpp
index a165b8617..e186073ce 100644
--- a/src/libs/installer/repository.cpp
+++ b/src/libs/installer/repository.cpp
@@ -208,7 +208,7 @@ QString Repository::categoryname() const
}
/*!
- Sets the category name to \a categoryname if the repository belongs to an category.
+ Sets the category name to \a categoryname if the repository belongs to a category.
*/
void Repository::setCategoryName(const QString &categoryname)
{