UpdateInfoFetcher::ChangelogEntryItem Struct Reference

Public Member Functions

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

Public Attributes

QString author
 
QString commit
 
QString body
 
QString bodyWrapCache
 In-struct cache for wrapped text. More...
 

Constructor & Destructor Documentation

◆ ChangelogEntryItem()

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

Member Data Documentation

◆ author

QString UpdateInfoFetcher::ChangelogEntryItem::author

◆ commit

QString UpdateInfoFetcher::ChangelogEntryItem::commit

◆ body

QString UpdateInfoFetcher::ChangelogEntryItem::body

◆ bodyWrapCache

QString UpdateInfoFetcher::ChangelogEntryItem::bodyWrapCache
mutable

In-struct cache for wrapped text.