summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagesource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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>