UpdatePackage Class Reference

Public Attributes

QString currentlyInstalledDisplayVersion
 Currently installed version, displayed to the user. More...
 
QString displayName
 Name displayed to the user. More...
 
QString displayVersion
 Version displayed to the user. More...
 
QUrl downloadScriptUrl
 Updater script download URL. More...
 
QUrl downloadUrl
 Package download URL. More...
 
QString name
 Name of the package (program name or plugin name). More...
 
QString revision
 Revision used for version comparison. More...
 

Detailed Description

Definition at line 29 of file updatepackage.h.

Member Data Documentation

QString UpdatePackage::currentlyInstalledDisplayVersion

Currently installed version, displayed to the user.

This is set after the package information has been filtered.

Definition at line 37 of file updatepackage.h.

QString UpdatePackage::displayName

Name displayed to the user.

Definition at line 45 of file updatepackage.h.

QString UpdatePackage::displayVersion

Version displayed to the user.

Definition at line 41 of file updatepackage.h.

QUrl UpdatePackage::downloadScriptUrl

Updater script download URL.

This URL must be absolute and contain the protocol. If not present in the updater info file then downloadUrl is used with ".xml" appended.

Definition at line 59 of file updatepackage.h.

QUrl UpdatePackage::downloadUrl

Package download URL.

This URL must be absolute and contain the protocol.

Definition at line 51 of file updatepackage.h.

QString UpdatePackage::name

Name of the package (program name or plugin name).

Definition at line 63 of file updatepackage.h.

QString UpdatePackage::revision

Revision used for version comparison.

This is used to compare versions between the currently installed program and the available update. If values match then no upgrade is performed.

Definition at line 71 of file updatepackage.h.


The documentation for this class was generated from the following file: