Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
VersionData Struct Reference
Collaboration diagram for VersionData:

Public Attributes

QString tail
int major = -1
int minor = -1
int patch = -1

Detailed Description

Definition at line 100 of file qhelpdbreader.cpp.

Member Data Documentation

◆ major

int VersionData::major = -1

Definition at line 103 of file qhelpdbreader.cpp.

Referenced by getVersionData().

◆ minor

int VersionData::minor = -1

Definition at line 104 of file qhelpdbreader.cpp.

Referenced by getVersionData().

◆ patch

int VersionData::patch = -1

Definition at line 105 of file qhelpdbreader.cpp.

Referenced by getVersionData().

◆ tail

QString VersionData::tail

Definition at line 102 of file qhelpdbreader.cpp.


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