refs #336 Added class CLogCategory to represent a log category. The category logic of CLogMessage is moved into this new class.

This commit is contained in:
Mathew Sutcliffe
2014-10-14 00:02:16 +01:00
parent 8992bd734c
commit 067344df24
13 changed files with 485 additions and 88 deletions

View File

@@ -173,6 +173,8 @@ void BlackMisc::registerMetadata()
CIcon::registerMetadata();
CIconList::registerMetadata();
CHotkeyFunction::registerMetadata();
CLogCategory::registerMetadata();
CLogCategoryList::registerMetadata();
// sub namespaces
PhysicalQuantities::registerMetadata();