mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-06 10:09:34 +00:00
Documentation fixes
Change-Id: Ibfb4fd033f8dae23b953f21ebcda40c8325577e1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
parent
6ea22a1a9e
commit
c97eb6750c
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user