refs #446, changed log handler as discussed in slack

This commit is contained in:
Klaus Basan
2015-06-19 23:15:23 +02:00
committed by Mathew Sutcliffe
parent 9b77e1fc5c
commit 9d0408138a
3 changed files with 16 additions and 8 deletions

View File

@@ -21,7 +21,7 @@
#include "statusmessagelist.h"
#include "pixmap.h"
#include "iconlist.h"
#include "identifier.h"
#include "identifierlist.h"
#include "eventallclasses.h"
#include <QtNetwork/QHostInfo>
#include <QProcessEnvironment>
@@ -33,6 +33,7 @@
*/
void BlackMisc::Math::registerMetadata()
{
// void
}
/*
@@ -107,6 +108,7 @@ void BlackMisc::registerMetadata()
CLogCategoryList::registerMetadata();
CPixmap::registerMetadata();
CIdentifier::registerMetadata();
CIdentifierList::registerMetadata();
// sub namespaces
PhysicalQuantities::registerMetadata();