refs #567 CStatusMessageList::setCategories and related methods.

This commit is contained in:
Mathew Sutcliffe
2016-01-09 18:49:44 +00:00
parent 8d9b3c6e7f
commit 66fe290033
3 changed files with 28 additions and 0 deletions

View File

@@ -58,6 +58,12 @@ namespace BlackMisc
//! Add some categories to all messages in the list
void addCategories(const CLogCategoryList &categories);
//! Reset the category of all messages in the list
void setCategory(const CLogCategory &category);
//! Reset the categories of all messages in the list
void setCategories(const CLogCategoryList &categories);
//! From our database JSON format
static CStatusMessageList fromDatabaseJson(const QJsonArray &array);
};