mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Some minor fixes and formatting
This commit is contained in:
@@ -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() };
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user