C
Qul::ResourceStorageSectionInfo Struct
struct Qul::ResourceStorageSectionInfoHeader: | #include <ResourceStorageSectionInfo> |
Since: | Qt Quick Ultralite 2.12 |
Public Variables
int | applicationMajorVersion |
int | applicationMinorVersion |
int | resourceMajorVersion |
int | resourceMinorVersion |
See also queryResourceStorageSectionInfo.
Member Variable Documentation
int ResourceStorageSectionInfo::applicationMajorVersion
The major version of the resource storage section that the application was originally built against.
int ResourceStorageSectionInfo::applicationMinorVersion
The minor version of the resource storage section that the application was originally built against.
int ResourceStorageSectionInfo::resourceMajorVersion
The major version of the resource data, which might differ from applicationMajorVersion. For example, if the application or resource data have been updated indepently for OTA resources update.
int ResourceStorageSectionInfo::resourceMinorVersion
The minor version of the resource data, which might differ from applicationMinorVersion. For example, if the application or resource data have been updated indepently for OTA resources update.
Available under certain Qt licenses.
Find out more.