LocalPackage Struct

struct KDUpdater::LocalPackage

The LocalPackage class describes a single installed package in the application. More...

Header: #include <LocalPackage>

Public Variables

QString description
QDate installDate
QDate lastUpdateDate
QString name
QString title
QString version

Detailed Description

This class contains information about a single installed package in the application. The information contained in this class corresponds to the information described by the <Package> XML element in the installation information XML file.

Member Variable Documentation

QString LocalPackage::description

QDate LocalPackage::installDate

QDate LocalPackage::lastUpdateDate

QString LocalPackage::name

This variable holds the name of the package.

QString LocalPackage::title

QString LocalPackage::version