Some minor fixes and formatting

This commit is contained in:
Klaus Basan
2016-04-01 01:14:29 +02:00
parent 2379d373d3
commit bc29514829
3 changed files with 1 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ using namespace BlackMisc;
namespace BlackCore namespace BlackCore
{ {
const CLogCategoryList &CContext::getLogCategories() const CLogCategoryList &CContext::getLogCategories()
{ {
static const BlackMisc::CLogCategoryList cats { BlackMisc::CLogCategory::context() }; static const BlackMisc::CLogCategoryList cats { BlackMisc::CLogCategory::context() };

View File

@@ -26,7 +26,7 @@ namespace BlackCore
{ {
public: public:
//! Destructor //! Destructor
~CContext() {} virtual ~CContext() {}
//! Log categories //! Log categories
static const BlackMisc::CLogCategoryList &getLogCategories(); static const BlackMisc::CLogCategoryList &getLogCategories();

View File

@@ -14,7 +14,6 @@
#include "blackcore/blackcoreexport.h" #include "blackcore/blackcoreexport.h"
#include "blackmisc/threadedreader.h" #include "blackmisc/threadedreader.h"
#include "blackmisc/lockfree.h"
#include "blackcore/data/globalsetup.h" #include "blackcore/data/globalsetup.h"
#include "blackcore/data/updateinfo.h" #include "blackcore/data/updateinfo.h"
#include <QObject> #include <QObject>