refs #702, CStatusMessageList toHTML

This commit is contained in:
Klaus Basan
2016-07-06 00:41:45 +02:00
parent b848cf6e23
commit 05fdf06660
2 changed files with 41 additions and 0 deletions

View File

@@ -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);
};