mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refs #702, CStatusMessageList toHTML
This commit is contained in:
@@ -100,6 +100,12 @@ namespace BlackMisc
|
||||
//! Merge into a single message
|
||||
CStatusMessage toSingleMessage() const;
|
||||
|
||||
//! Specialized version to convert to HTML
|
||||
QString toHtml(const CPropertyIndexList &indexes) const;
|
||||
|
||||
//! Default style sheet which can be used with CStatusMessageList::toHtml
|
||||
static const QString &htmlStyleSheet();
|
||||
|
||||
//! From our database JSON format
|
||||
static CStatusMessageList fromDatabaseJson(const QJsonArray &array);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user