mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 06:25:37 +08:00
Formatting, QStringBuilder
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a61abfcb8b
commit
ec23863d53
@@ -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 ×tampHtmlOutput();
|
||||
|
||||
//! Default style sheet which can be used with CStatusMessageList::toHtml
|
||||
static const QString &htmlStyleSheet();
|
||||
|
||||
Reference in New Issue
Block a user