Loading...
Searching...
No Matches
UpdateInfoFetcher::ChangelogEntryItem Struct Reference

Public Member Functions

 ChangelogEntryItem (const QString &author="", const QString &commit="", const QString &body="", const bool isHidden=false)

Public Attributes

QString author
QString commit
QString body
bool isHidden = false
QString bodyWrapCache
 In-struct cache for wrapped text.

Constructor & Destructor Documentation

◆ ChangelogEntryItem()

UpdateInfoFetcher::ChangelogEntryItem::ChangelogEntryItem ( const QString & author = "",
const QString & commit = "",
const QString & body = "",
const bool isHidden = false )
inline

Member Data Documentation

◆ author

QString UpdateInfoFetcher::ChangelogEntryItem::author

◆ commit

QString UpdateInfoFetcher::ChangelogEntryItem::commit

◆ body

QString UpdateInfoFetcher::ChangelogEntryItem::body

◆ isHidden

bool UpdateInfoFetcher::ChangelogEntryItem::isHidden = false

◆ bodyWrapCache

QString UpdateInfoFetcher::ChangelogEntryItem::bodyWrapCache
mutable

In-struct cache for wrapped text.