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

© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. The Qt Company, Qt and their respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.