Formatting, QStringBuilder

This commit is contained in:
Klaus Basan
2017-01-31 19:46:37 +01:00
committed by Mathew Sutcliffe
parent a61abfcb8b
commit ec23863d53
6 changed files with 59 additions and 43 deletions

View File

@@ -101,7 +101,13 @@ namespace BlackMisc
CStatusMessage toSingleMessage() const;
//! Specialized version to convert to HTML
QString toHtml(const CPropertyIndexList &indexes) const;
QString toHtml(const CPropertyIndexList &indexes = simpleHtmlOutput()) const;
//! Properties for CStatusMessageList::toHtml
static const CPropertyIndexList &simpleHtmlOutput();
//! Properties for CStatusMessageList::toHtml
static const CPropertyIndexList &timestampHtmlOutput();
//! Default style sheet which can be used with CStatusMessageList::toHtml
static const QString &htmlStyleSheet();