mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 09:54:16 +08:00
Ref T554, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
349a40723e
commit
8569713331
@@ -11,6 +11,7 @@
|
||||
#ifndef BLACKMISC_DB_DATASTOREUTILITY_H
|
||||
#define BLACKMISC_DB_DATASTOREUTILITY_H
|
||||
|
||||
#include "blackmisc/logcategorylist.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
|
||||
#include <QDateTime>
|
||||
@@ -29,6 +30,9 @@ namespace BlackMisc
|
||||
class BLACKMISC_EXPORT CDatastoreUtility
|
||||
{
|
||||
public:
|
||||
//! Log.categories
|
||||
static const CLogCategoryList &getLogCategories();
|
||||
|
||||
//! No constructor
|
||||
CDatastoreUtility() = delete;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user