PackageSource Struct
struct QInstaller::PackageSourceThe PackageSource class specifies a single package source. More...
Header: | #include <PackageSource> |
Public Functions
PackageSource(const QUrl &u, int p) | |
PackageSource() |
Public Variables
Detailed Description
An package source represents a link to an repository that contains packages applicable by the installer or package maintenance application. This structure describes a single package source in terms of url and priority. While different repositories can host the same packages, packages coming from a higher priority source take precedence over lower priority packages during applicable package computation.
Member Function Documentation
PackageSource::PackageSource(const QUrl &u, int p)
Constructs a package source info object. The object's url is set to u, while the priority is set to p.
PackageSource::PackageSource()
Constructs an empty package source info object. The object's priority is set to -1. The url is initialized using a default-constructed value.