summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagesource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Reduce the amount of documentation warningsArttu Tarkiainen2020-09-211-3/+3
| | | | | | | | | | | | Miscellaneous fixes to missing function documentation, undocumented parameters, namespace scope etc. As 5.12.7 based qdoc gives a lot more warnings about code missing documentation, mark undocumented implementation details with \internal command. Also some spelling fixes to related parts of documentation. Task-number: QTIFW-1483 Change-Id: Ibf5d1e5098713acbd152c5b61ea4f46cc11feb4b Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Fix license check failuresSimo Fält2020-02-281-13/+18
| | | | | Change-Id: I123b1c6a06717c37387a636aae8296e27c1df8c0 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Compile fix: explicit qualification in declarationKarsten Heimrich2015-05-061-2/+2
| | | | | Change-Id: I681f1cdaf550c7756d4594f409dde39c45d54c8c Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
* Replace UpdateSourcesInfo and UpdateSourceInfo classes.Karsten Heimrich2015-05-061-0/+91
Introduce a new struct PackageInfo, which is similar to the removed UpdateSourceInfo struct. The new struct name reflects the actual use better, as we deal with package here (either packages to install or updates to apply) and not updates only. Also remove the container class UpdateSourcesInfo, we can simple reuse a existing Qt container here. Adjust all occurrences that use/ used the classes. Change-Id: I526e24cbf1664f0ab0ad18153f60c2c10b6909d8 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>