Ref T554, style

This commit is contained in:
Klaus Basan
2019-03-14 03:35:42 +01:00
committed by Mat Sutcliffe
parent 349a40723e
commit 8569713331
6 changed files with 21 additions and 16 deletions

View File

@@ -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;